diff --git a/test/integration/errors_test.exs b/test/integration/errors_test.exs index 46bffc7e..9533b371 100644 --- a/test/integration/errors_test.exs +++ b/test/integration/errors_test.exs @@ -77,6 +77,7 @@ defmodule ErrorsTest do receive do {:DOWN, ^ref, _, _, _} -> :ok end + {:ok, :waiting, [{random_pid, %Host{}}]} end