Skip to content

Commit

Permalink
fix: Fix spec to account for breaking change to graphql-ruby 1.10.0 (#62
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kryptonat authored Apr 6, 2020
1 parent 6bdef68 commit a631441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/apollo-federation/tracing_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def items
Class.new(GraphQL::Schema) do
use ApolloFederation::Tracing
use GraphQL::Execution::Interpreter
use GraphQL::Analysis::AST
end
end

Expand Down

0 comments on commit a631441

Please sign in to comment.