Sort the result from #keys and #values to make the result more obvious.

This commit is contained in:
Felipe Sere
2016-04-06 22:05:48 +01:00
parent f0201b5faf
commit 96366991dc
2 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ defmodule KoansHarnessTest do
answers = [
"Jon",
[:age, :last_name, :name],
[27, "Snow", "Jon"],
[27, "Jon", "Snow"],
{:ok, 27},
:error,
%{ :name => "Jon", :last_name => "Snow", :age => 27 },