Split genserver koans back up

This commit is contained in:
Jay Hayes
2022-02-10 07:57:30 -06:00
parent 090187ce88
commit 11601a6945
2 changed files with 10 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ defmodule GenServersTests do
"73x7!n9",
{:error, "Incorrect password!"},
"Congrats! Your process was successfully named.",
{:multiple, [{:ok, "Laptop unlocked!"}, "Incorrect password!", "Jack Sparrow"]}
{:ok, "Laptop unlocked!"},
{:multiple, ["Laptop unlocked!", "Incorrect password!", "Jack Sparrow"]}
]
test_all(GenServers, answers)