Skip to content

Commit

Permalink
fix: credo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tlux committed Mar 29, 2024
1 parent 58e0fb5 commit d0689f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graphql_ws_client/iterator_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ defmodule GraphQLWSClient.IteratorTest do

import Mox

alias GraphQLWSClient.GraphQLError
alias GraphQLWSClient.Config
alias GraphQLWSClient.Conn
alias GraphQLWSClient.Drivers.MockWithoutInit, as: MockDriver
alias GraphQLWSClient.GraphQLError
alias GraphQLWSClient.Iterator
alias GraphQLWSClient.Iterator.Opts
alias GraphQLWSClient.Message
Expand Down

0 comments on commit d0689f0

Please sign in to comment.