Establish that modules are atoms, then show function call on them
This commit is contained in:
@@ -7,8 +7,8 @@ defmodule AtomsTests do
|
||||
:human,
|
||||
{:multiple, [:atomized, "stringified"]},
|
||||
{:multiple, [true, true, true, false]},
|
||||
{:multiple, [true, String, "HELLO"]},
|
||||
{:multiple, [true, [1,2,3]]},
|
||||
true,
|
||||
"HELLO",
|
||||
]
|
||||
|
||||
test_all(Atoms, answers)
|
||||
|
||||
Reference in New Issue
Block a user