We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1169d commit 060f613Copy full SHA for 060f613
src/test/java/org/javimmutable/collections/list/JImmutableArrayListTest.java
@@ -418,6 +418,7 @@ public void testRandom()
418
assertEquals(expected.size(), list.size());
419
}
420
assertEquals(expected, list.getList());
421
+ assertEquals(list, expected.parallelStream().collect(JImmutableArrayList.collector()));
422
list.checkInvariants();
423
424
Cursor<Integer> cursor = list.cursor().next();
0 commit comments