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:
Jay Hayes
2016-05-02 15:11:30 -05:00
parent 3892c0477e
commit adabb403ea

View File

@@ -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},