Skip to content

Commit

Permalink
Update test/grpc/client/adapters/mint/connection_process_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente authored Jan 9, 2025
1 parent cf81fc2 commit 7ff4f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grpc/client/adapters/mint/connection_process_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ defmodule GRPC.Client.Adapters.Mint.ConnectionProcessTest do
assert {:reply, :ok, new_state} = response
assert %{} == new_state.requests
response_state = :sys.get_state(response_pid)
assert :queue.to_list(response_state.responses) == []
assert :queue.is_empty(response_state.responses)
assert true == response_state.done
end
end
Expand Down

0 comments on commit 7ff4f0a

Please sign in to comment.