update the default case to use a generic message

This commit is contained in:
gemcfadyen
2016-05-27 10:17:21 +01:00
parent e9ab727448
commit 5b2ff206fa
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ defmodule ProtocolsTests do
test "Protocols" do
answers = [
{:multiple, ["Andre signed up for violin", "Darcy enrolled for ballet"]},
"Emily enrolled at school",
"Pupil enrolled at school",
Protocol.UndefinedError
]