Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tlux committed Mar 27, 2024
1 parent d151abf commit f03efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graphql_ws_client/drivers/gun_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ defmodule GraphQLWSClient.Drivers.GunTest do

test "success", %{pid: pid, stream_ref: stream_ref} do

Check failure on line 60 in test/graphql_ws_client/drivers/gun_test.exs

View workflow job for this annotation

GitHub Actions / Test on OTP 26.x / Elixir 1.16.x

test connect/1 success (GraphQLWSClient.Drivers.GunTest)
WSClientMock
|> expect(:open, fn 'example.com', 80, %{protocols: [:http]} ->
|> expect(:open, fn ~c"example.com", 80, %{protocols: [:http]} ->
{:ok, pid}
end)
|> expect(:await_up, fn ^pid, 250 ->
Expand Down

0 comments on commit f03efd4

Please sign in to comment.