Establish that modules are atoms, then show function call on them

This commit is contained in:
Jay Hayes
2016-05-05 10:43:17 -05:00
parent 948fbddcdf
commit ad011d80f3
2 changed files with 5 additions and 7 deletions

View File

@@ -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)