From 204a1ef0580b9c9fdc331c2c23081934ce2010e6 Mon Sep 17 00:00:00 2001 From: Harun Zengin Date: Fri, 19 Apr 2024 16:26:39 +0200 Subject: [PATCH] format --- test/integration/errors_test.exs | 1 + 1 file changed, 1 insertion(+) 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