Skip to content

Commit

Permalink
Merge pull request #184 from saitejdandge/master
Browse files Browse the repository at this point in the history
Query integration tests
  • Loading branch information
ashpak-shaikh authored Oct 27, 2023
2 parents d9b316b + 6dea656 commit 92d5c0a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ class QueryNestedSchemaSpec extends BaseIntegrationTestSpecification {
Map<String, Object> executionResult = specUnderTest.execute(personEI).get().toSpecification()

then:
compareQueryToExecutionInput(null, "queryQUERY{person{pets{name}}}",
(SimpleMockServiceProvider) petsService)
executionResult.get("errors") == null
executionResult.get("data") != null

Expand Down

0 comments on commit 92d5c0a

Please sign in to comment.