Updated 19_genservers.ex w/code review suggestions and updated genservers_koans_test answer values

This commit is contained in:
Eric Anderson
2017-07-14 15:51:12 -05:00
parent 62ab2b9688
commit 78d0181cce
2 changed files with 23 additions and 27 deletions

View File

@@ -6,9 +6,9 @@ defmodule GenServersTests do
answers = [
true,
"Hey Arnold!",
1234,
"3kr3t!",
{:multiple, ["Tribe Bicycle Co.", "CRMO Series"]},
["this", "is", "sparta"],
{:multiple, [["this", "is", "sparta"], 369, :hello_world]},
"Hello",
{:error, "Incorrect password!"},
"Congrats! Your process was successfully named.",