Skip to content

Commit d34ded9

Browse files
committed
Fix lint error
1 parent 16b4035 commit d34ded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/graphql/execution/interpreter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ class Subscription < GraphQL::Schema::Object
616616
refute res.key?("errors")
617617
# Make sure an update works properly
618618
LazySkipSchema.subscriptions.trigger(:nothing, {}, :nothing_at_all)
619-
key, updates = LazySkipSchema.subscriptions.deliveries.first
619+
_key, updates = LazySkipSchema.subscriptions.deliveries.first
620620
assert_equal "nothing_at_all", updates[0]["data"]["nothing"]["nothing"]
621621
end
622622
end

0 commit comments

Comments
 (0)