Changed order of the answers in map_sets test

This commit is contained in:
Simone D'Amico
2016-07-22 19:34:13 +01:00
committed by GitHub
parent 3279a13cd8
commit 9eafe23bc8

View File

@@ -7,8 +7,8 @@ defmodule MapSetsTest do
1, 1,
3, 3,
:ok, :ok,
{:multiple, [true, false]},
true, true,
{:multiple, [true, false]},
true, true,
false, false,
5, 5,
@@ -20,4 +20,4 @@ defmodule MapSetsTest do
test_all(MapSets, answers) test_all(MapSets, answers)
end end
end end