From 9eafe23bc8eff9966a0e23fca8a2377c2cb943dd Mon Sep 17 00:00:00 2001 From: Simone D'Amico Date: Fri, 22 Jul 2016 19:34:13 +0100 Subject: [PATCH] Changed order of the answers in map_sets test --- test/koans/map_sets_koans_test.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/koans/map_sets_koans_test.exs b/test/koans/map_sets_koans_test.exs index 2bb25ea..d98c8d5 100644 --- a/test/koans/map_sets_koans_test.exs +++ b/test/koans/map_sets_koans_test.exs @@ -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 \ No newline at end of file +end