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 16b4035 commit d34ded9Copy full SHA for d34ded9
spec/graphql/execution/interpreter_spec.rb
@@ -616,7 +616,7 @@ class Subscription < GraphQL::Schema::Object
616
refute res.key?("errors")
617
# Make sure an update works properly
618
LazySkipSchema.subscriptions.trigger(:nothing, {}, :nothing_at_all)
619
- key, updates = LazySkipSchema.subscriptions.deliveries.first
+ _key, updates = LazySkipSchema.subscriptions.deliveries.first
620
assert_equal "nothing_at_all", updates[0]["data"]["nothing"]["nothing"]
621
end
622
0 commit comments