Fix up test answer values that diverged from example

This commit is contained in:
Jay Hayes
2022-01-27 08:46:26 -06:00
parent 779178299f
commit 277e43c8dd

View File

@@ -4,8 +4,8 @@ defmodule ProtocolsTests do
test "Protocols" do test "Protocols" do
answers = [ answers = [
{:multiple, ["Andre signed up for violin", "Darcy enrolled for ballet"]}, {:multiple, ["Andre played violin", "Darcy performed ballet"]},
"Pupil enrolled at school", "Artist showed performance",
Protocol.UndefinedError Protocol.UndefinedError
] ]