Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcaterisano committed Jun 11, 2024
1 parent 40f6cc8 commit 79a0ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/absinthe/execution/subscription_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ defmodule Absinthe.Execution.SubscriptionTest do

assert System.convert_time_unit(measurements[:system_time], :native, :millisecond)

assert_receive {[:absinthe, :execute, :operation, :stop], measurements, %{id: ^id}, _config}
assert_receive {[:absinthe, :execute, :operation, :stop], _measurements, %{id: ^id}, _config}

Absinthe.Subscription.publish(PubSub, "foo", thing: client_id)
assert_receive({:broadcast, msg})
Expand Down

0 comments on commit 79a0ef8

Please sign in to comment.