Add test for equality failure
This also revealed that the "test painter" has a missing interface, yellow/0. Fixed! [#144]
This commit is contained in:
@@ -29,4 +29,5 @@ defmodule Display.Uncoloured do
|
||||
def red(str), do: str
|
||||
def cyan(str), do: str
|
||||
def green(str), do: str
|
||||
def yellow(str), do: str
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user