Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Aug 14, 2023
1 parent a718884 commit 0d87f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/websock_adapter/cowboy_adapter_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ defmodule WebSockAdapterCowboyAdapterTest do
# Simple WebSocket client

def tcp_client(context) do
{:ok, socket} = :gen_tcp.connect('localhost', context[:port], active: false, mode: :binary)
{:ok, socket} = :gen_tcp.connect(~c"localhost", context[:port], active: false, mode: :binary)

socket
end
Expand Down

0 comments on commit 0d87f59

Please sign in to comment.