Skip to content

Commit 1461f2e

Browse files
committed
update another test
1 parent aa7156b commit 1461f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/graphql/schema/subscription_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def in_memory_subscription_count
532532
matz = SubscriptionFieldSchema::USERS["matz"]
533533
obj = OpenStruct.new(toot: { body: "I am a C programmer" }, user: matz)
534534
SubscriptionFieldSchema.subscriptions.trigger(:toot_was_tooted, {handle: "matz"}, obj)
535-
assert_equal [":tootWasTooted:user:matz"], SubscriptionFieldSchema::InMemorySubscriptions::EVENT_REGISTRY.keys
535+
assert_equal [":tootWasTooted:handle:matz"], SubscriptionFieldSchema::InMemorySubscriptions::EVENT_REGISTRY.keys
536536
end
537537
end
538538

0 commit comments

Comments
 (0)