Fixing mismatch in koan description and assertion

This commit is contained in:
James Robey
2020-08-18 09:38:36 +07:00
parent 4ff2490745
commit b06951ef9d
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ defmodule KeywordListsTests do
answers = [
"bar",
"bar",
"baz",
{:multiple, ["bar", "baz"]},
{:multiple, [:foo, "bar"]},
"foo"
]