Skip to content

Commit

Permalink
cleanup x2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Nov 11, 2024
1 parent a5cd7d7 commit f4e74de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/cases/info_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f4e74de

Please sign in to comment.