Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed Jun 19, 2024
1 parent 3be9483 commit a564e4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class TestGraphQLSchema < ::GraphQL::Schema
end

describe 'query trace' do
subject(:result) do
subject(:result) do
TestGraphQLSchema.execute(query: 'query Users($var: ID!){ user(id: $var) { name } }', variables: { var: 1 })
end

Expand Down

0 comments on commit a564e4b

Please sign in to comment.