add .formatter.exs + format
This commit is contained in:
@@ -3,7 +3,7 @@ defmodule NotificationTest do
|
||||
alias Display.Notifications
|
||||
|
||||
test "shows possible koans when a koan can not be found" do
|
||||
message = Notifications.invalid_koan(SampleKoan, [PassingKoan])
|
||||
message = Notifications.invalid_koan(SampleKoan, [PassingKoan])
|
||||
assert message == "Did not find koan SampleKoan in PassingKoan"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user