Skip to content

Commit 277e43c

Browse files
committed
Fix up test answer values that diverged from example
1 parent 7791782 commit 277e43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/koans/protocols_koans_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defmodule ProtocolsTests do
44

55
test "Protocols" do
66
answers = [
7-
{:multiple, ["Andre signed up for violin", "Darcy enrolled for ballet"]},
8-
"Pupil enrolled at school",
7+
{:multiple, ["Andre played violin", "Darcy performed ballet"]},
8+
"Artist showed performance",
99
Protocol.UndefinedError
1010
]
1111

0 commit comments

Comments
 (0)