Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
al-yanna committed Dec 3, 2024
1 parent eefd2ed commit addfa11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/graphql/graphql-hive/analyzer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,12 @@
context "with an invalid field" do
let(:query_string) do
<<~GQL
query getGatewayProjects {
projectsByManyTypes(type: [STITCHING]),
nonExistentField {
subField
query getGatewayProjects {
projectsByManyTypes(type: [STITCHING]),
nonExistentField {
subField
}
}
}
GQL
end

Expand Down

0 comments on commit addfa11

Please sign in to comment.