collapse two koans into one

This commit is contained in:
gemcfadyen
2016-05-26 09:14:53 +01:00
parent c970ed01dd
commit 143b2bb7ff
2 changed files with 9 additions and 25 deletions

View File

@@ -4,8 +4,7 @@ defmodule ProtocolsTests do
test "Protocols" do
answers = [
"Emily enrolled at secondary school",
"Darcy enrolled for ballet",
{:multiple, ["Emily enrolled at secondary school", "Darcy enrolled for ballet"]},
Protocol.UndefinedError
]