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,
3,
:ok,
{:multiple, [true, false]},
true,
{:multiple, [true, false]},
true,
false,
5,
@@ -20,4 +20,4 @@ defmodule MapSetsTest do
test_all(MapSets, answers)
end
end
end