Skip to content

Commit

Permalink
Fix #2442 test
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 6, 2019
1 parent c0139ee commit 282ebe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public void testAddAllWithNullInCollection()
assertEquals(2, array.size());

for (JsonNode node : array) {
assertFalse(node.isNull());
assertNotNull(node);
}
assertEquals(NullNode.getInstance(), array.get(0));
}
Expand Down

0 comments on commit 282ebe8

Please sign in to comment.