Skip to content

Commit

Permalink
test: Fixes hello world query type to ID
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack committed Nov 28, 2023
1 parent 42623e2 commit 7222892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GraphitiTests/HelloWorldTests/HelloWorldTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class HelloWorldTests: XCTestCase {
wait(for: [expectationB], timeout: 10)

query = """
query Query($id: String!) {
query Query($id: ID!) {
id(id: $id)
}
"""
Expand Down

0 comments on commit 7222892

Please sign in to comment.