Format runtime errors consistently with assertion errors
This commit is contained in:
@@ -8,7 +8,7 @@ defmodule Koans do
|
||||
unquote(body)
|
||||
:ok
|
||||
rescue
|
||||
e in ExUnit.AssertionError -> e
|
||||
e in _ -> e
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user