Uncomment 💡 moment about set size
This commit is contained in:
@@ -30,7 +30,7 @@ defmodule MapSets do
|
|||||||
# http://stackoverflow.com/a/40408469
|
# http://stackoverflow.com/a/40408469
|
||||||
|
|
||||||
# What do you think this answer to this assertion is?
|
# What do you think this answer to this assertion is?
|
||||||
# assert sorted?(@set) == ___
|
assert sorted?(@set) == ___
|
||||||
end
|
end
|
||||||
|
|
||||||
koan "Does this value exist in the map set?" do
|
koan "Does this value exist in the map set?" do
|
||||||
|
@@ -6,7 +6,7 @@ defmodule MapSetsTest do
|
|||||||
answers = [
|
answers = [
|
||||||
1,
|
1,
|
||||||
3,
|
3,
|
||||||
false,
|
{:multiple, [false, true]},
|
||||||
true,
|
true,
|
||||||
{:multiple, [true, false]},
|
{:multiple, [true, false]},
|
||||||
true,
|
true,
|
||||||
|
Reference in New Issue
Block a user