Simplify atoms koans. Fix #185
This commit is contained in:
@@ -5,10 +5,7 @@ defmodule AtomsTests do
|
||||
test "Atoms" do
|
||||
answers = [
|
||||
:human,
|
||||
{:multiple, [:atomized, "stringified"]},
|
||||
{:multiple, [true, true, true, false]},
|
||||
true,
|
||||
"HELLO",
|
||||
]
|
||||
|
||||
test_all(Atoms, answers)
|
||||
|
Reference in New Issue
Block a user