Skip to content

Commit

Permalink
Merge branch 'master' into named-visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Oct 10, 2024
2 parents 31787c6 + c615edf commit aa90ecc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/graphql/subscriptions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,11 @@ class Schema < GraphQL::Schema
let(:write_subscription_events) { implementation.write_subscription_events }
let(:execute_all_events) { implementation.execute_all_events }

before do
write_subscription_events.clear
execute_all_events.clear
end

it 'correctly generates subscription topics when triggering with nil inner input' do
query_str = <<-GRAPHQL
subscription ($input: OuterInput) {
Expand Down

0 comments on commit aa90ecc

Please sign in to comment.