Merge pull request #217 from Cohen-Carlisle/reorder-map-set-size

introduce MapSet.size/1 earlier
This commit is contained in:
Felipe Seré
2018-03-03 14:51:57 +00:00
committed by GitHub
2 changed files with 0 additions and 5 deletions

View File

@@ -56,10 +56,6 @@ defmodule MapSets do
assert MapSet.member?(modified_set, 1) == ___ assert MapSet.member?(modified_set, 1) == ___
end end
koan "How large is my map set?" do
assert MapSet.size(@set) == ___
end
koan "Are these maps twins?" do koan "Are these maps twins?" do
new_set = MapSet.new([1, 2, 3]) new_set = MapSet.new([1, 2, 3])

View File

@@ -11,7 +11,6 @@ defmodule MapSetsTest do
{:multiple, [true, false]}, {:multiple, [true, false]},
true, true,
false, false,
5,
false, false,
true, true,
7, 7,