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 d00b19d commit 2d3113aCopy full SHA for 2d3113a
src/test/java/org/codefx/libfx/collection/transform/OptionalTransformingSetTest.java
@@ -40,7 +40,6 @@ private static Feature<?>[] features() {
40
CollectionSize.ANY,
41
// exclude 'CollectionFeature.ALLOWS_NULL_VALUES' because nulls are handled in a special way
42
CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION,
43
- CollectionFeature.KNOWN_ORDER,
44
CollectionFeature.SUPPORTS_ADD,
45
CollectionFeature.SUPPORTS_ITERATOR_REMOVE,
46
CollectionFeature.SUPPORTS_REMOVE,
0 commit comments