Skip to content

Commit b52ae1f

Browse files
committed
fix failing test
1 parent 49355f1 commit b52ae1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/graphql/annotations/connection/GraphQLConnectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public void methodNull() {
226226

227227
Map<String, Map<String, List<Map<String, Map<String, Object>>>>> data = result.getData();
228228

229-
assertEquals(data.get("nullObj"), null);
229+
assertEquals(data.get("nullObj").get("edges").size(), 0);
230230
}
231231

232232
@Test

0 commit comments

Comments
 (0)