Skip to content

Commit caa2df8

Browse files
committed
fix: polish test formatting
1 parent 3b91ef5 commit caa2df8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

graphql-jpa-query-schema/src/test/java/com/introproventures/graphql/jpa/query/schema/GraphQLExecutorTests.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,10 @@ public void queryForAuthorssWithWhereBooksManyToOneRelationCriteria() {
602602
"}";
603603

604604
String expected = "{Authors={select=[{"
605-
+ "id=1, name=Leo Tolstoy, books=[{id=2, title=War and Peace, genre=NOVEL, author={name=Leo Tolstoy}}, "
606-
+ "{id=3, title=Anna Karenina, genre=NOVEL, author={name=Leo Tolstoy}}"
607-
+ "]}"
605+
+ "id=1, name=Leo Tolstoy, books=["
606+
+ "{id=2, title=War and Peace, genre=NOVEL, author={name=Leo Tolstoy}}, "
607+
+ "{id=3, title=Anna Karenina, genre=NOVEL, author={name=Leo Tolstoy}}"
608+
+ "]}"
608609
+ "]}}";
609610

610611
//when

0 commit comments

Comments
 (0)