Uncomment 💡 moment about set size

This commit is contained in:
Jay Hayes
2017-02-19 07:44:59 -06:00
parent 95a2ed95a6
commit f1fd2a2dad
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ defmodule MapSets do
# http://stackoverflow.com/a/40408469
# What do you think this answer to this assertion is?
# assert sorted?(@set) == ___
assert sorted?(@set) == ___
end
koan "Does this value exist in the map set?" do

View File

@@ -6,7 +6,7 @@ defmodule MapSetsTest do
answers = [
1,
3,
false,
{:multiple, [false, true]},
true,
{:multiple, [true, false]},
true,