We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7156b commit 1461f2eCopy full SHA for 1461f2e
spec/graphql/schema/subscription_spec.rb
@@ -532,7 +532,7 @@ def in_memory_subscription_count
532
matz = SubscriptionFieldSchema::USERS["matz"]
533
obj = OpenStruct.new(toot: { body: "I am a C programmer" }, user: matz)
534
SubscriptionFieldSchema.subscriptions.trigger(:toot_was_tooted, {handle: "matz"}, obj)
535
- assert_equal [":tootWasTooted:user:matz"], SubscriptionFieldSchema::InMemorySubscriptions::EVENT_REGISTRY.keys
+ assert_equal [":tootWasTooted:handle:matz"], SubscriptionFieldSchema::InMemorySubscriptions::EVENT_REGISTRY.keys
536
end
537
538
0 commit comments