Skip to content

Commit 151e42f

Browse files
committed
Remove irrelevant assert in recursive null array element inclusion test
1 parent 9f6b00c commit 151e42f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crud/src/test/java/com/redhat/lightblue/eval/ProjectorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public void fieldProjectorTest_recursive_doesNotFilterNullsInArrays() throws Exc
7777
Projection p = EvalTestContext.projectionFromJson("{'field':'field6.*','recursive':true}");
7878
Projector projector = Projector.getInstance(p, md);
7979
JsonDoc pdoc = projector.project(jsonDoc, JSON_NODE_FACTORY);
80-
Assert.assertEquals(11, pdoc.get(new Path("field6")).size());
8180
Assert.assertEquals(4, pdoc.get(new Path("field6.nf5")).size());
8281
Assert.assertEquals(JSON_NODE_FACTORY.nullNode(), pdoc.get(new Path("field6.nf5.1")));
8382
}

0 commit comments

Comments
 (0)