Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilson512 committed Aug 3, 2024
1 parent 5daf8d7 commit ff726c8
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 @@ -336,7 +336,7 @@ defmodule Absinthe.Execution.SubscriptionTest do
Absinthe.Subscription.publish(PubSub, "foo", thing: client_id)
assert_receive({:broadcast, a})
assert_receive({:broadcast, b})
doc_ids = Enum.map([a, b], &(&1.topic))
doc_ids = Enum.map([a, b], & &1.topic)
assert topic1 in doc_ids
assert topic2 in doc_ids

Expand Down

0 comments on commit ff726c8

Please sign in to comment.