Better phrase the test that forces do-block unwrapping
See https://github.com/elixirkoans/elixir-koans/issues/151 for more details.
This commit is contained in:
@@ -37,7 +37,7 @@ defmodule FailureTests do
|
|||||||
"""
|
"""
|
||||||
end
|
end
|
||||||
|
|
||||||
test "single arity failure" do
|
test "only offending lines are displayed for errors" do
|
||||||
[koan] = SingleArity.all_koans
|
[koan] = SingleArity.all_koans
|
||||||
error = apply(SingleArity, koan, []) |> error()
|
error = apply(SingleArity, koan, []) |> error()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user