diff --git a/integration_test/cases/info_test.exs b/integration_test/cases/info_test.exs index dea3f6b..7d187c8 100644 --- a/integration_test/cases/info_test.exs +++ b/integration_test/cases/info_test.exs @@ -85,7 +85,7 @@ defmodule InfoTest do {:ok, pool} = P.start_link(agent: agent, parent: self()) assert {:error, %RuntimeError{message: "TCP connection is closed"}} = - P.execute(pool, %Q{}, [:first]) + P.execute(pool, %Q{}, []) assert_receive :reconnected