Skip to content

Commit 75fa058

Browse files
committed
test commit
1 parent 4006b1c commit 75fa058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql-jpa-query-boot-starter/src/test/java/com/introproventures/graphql/jpa/query/web/GraphQLControllerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ private ResultActions perform(final String json) throws Exception {
5757
// Serialize a Query object
5858
@Test
5959
public void testGraphqlQuery() throws Exception {
60+
System.out.println("testGraphqlQuery");
6061
ok(new GraphQLQueryRequest("{Books(where:{title:{EQ:\"title\"}}){select {title genre}}}"));
6162
verify(executor).execute("{Books(where:{title:{EQ:\"title\"}}){select {title genre}}}", null);
6263
}

0 commit comments

Comments
 (0)