Skip to content

Commit 2d3113a

Browse files
author
nicolaiparlog
committed
Remove faulty KNOWN_ORDER from set test
1 parent d00b19d commit 2d3113a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/codefx/libfx/collection/transform/OptionalTransformingSetTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ private static Feature<?>[] features() {
4040
CollectionSize.ANY,
4141
// exclude 'CollectionFeature.ALLOWS_NULL_VALUES' because nulls are handled in a special way
4242
CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION,
43-
CollectionFeature.KNOWN_ORDER,
4443
CollectionFeature.SUPPORTS_ADD,
4544
CollectionFeature.SUPPORTS_ITERATOR_REMOVE,
4645
CollectionFeature.SUPPORTS_REMOVE,

0 commit comments

Comments
 (0)