Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed May 28, 2024
1 parent 9c07ff0 commit 142aec9
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 142aec9

Please sign in to comment.