Skip to content

Commit

Permalink
merge with feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Nov 6, 2023
1 parent 9d49b1b commit 26e3ab5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ public void testNewRandomObjectWithObject() throws IllegalAccessException,
Person person2 = RandomObjectFactory.newRandomObject(person, "$jacocoData");
assertNotNull(person2);
assertNotEquals(person, person2);
// TODO after update of test-object version uncomment
PrimitiveArrays primitiveArrays = RandomObjectFactory.newRandomObject(PrimitiveArrays.class,
"$jacocoData");
assertNotNull(primitiveArrays);
Expand Down

0 comments on commit 26e3ab5

Please sign in to comment.