Fix typo in answers
This isn't failing due to an apparently problem with assert_receive in the koans. Not quite sure yet why that macro isn't working.
This commit is contained in:
@@ -8,7 +8,7 @@ defmodule ProcessesTests do
|
||||
:running,
|
||||
"hola!",
|
||||
:how_are_you?,
|
||||
{:waited_too_long, "I am inpatient"},
|
||||
{:waited_too_long, "I am impatient"},
|
||||
false,
|
||||
{:multiple, [true, false]},
|
||||
{:exited, :random_reason},
|
||||
|
||||
Reference in New Issue
Block a user