Change order of answers to make unit tests pass

This commit is contained in:
Mahmut Surekci
2016-05-27 15:54:48 +01:00
parent 317ea5d208
commit 925f6ba2f7

View File

@@ -4,14 +4,14 @@ defmodule MapSetsTest do
test "MapSets" do
answers = [
true,
{:multiple, [true, false]},
3,
true,
true,
false,
5,
false,
true,
3,
7,
[1, 2, 3, 4, 5],
]