Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
tlux committed Mar 27, 2024
1 parent 687b8f6 commit a784fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graphql_ws_client_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ defmodule GraphQLWSClientTest do
{:ok, @conn}
end)

assert {:ok, client} = GraphQLWSClient.start_link(@config) # start_supervised({GraphQLWSClient, @config})
assert {:ok, client} = GraphQLWSClient.start_link(@config)
assert GraphQLWSClient.connected?(client) == true
end

Expand Down

0 comments on commit a784fb7

Please sign in to comment.