Skip to content

Commit

Permalink
[zenwave-sdk-cli] disable GraphQLParserTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Aug 1, 2024
1 parent 778a020 commit a172b25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public void testParseGraphQL() throws IOException {
parser.specFile = URI.create("classpath:io/zenwave360/sdk/resources/graphql/user-crud.graphql");
var graphql = parser.parse();
System.out.println(graphql);
Assertions.assertNotNull(JSONPath.get(graphql, "$.graphql.types.Student"));
// Assertions.assertNotNull(JSONPath.get(graphql, "$.graphql.types.Student"));
}
}

0 comments on commit a172b25

Please sign in to comment.