Rework test fixtures

Make sure we don't depend on map iteration order
This commit is contained in:
Gary Gregory 2024-03-31 11:07:55 -04:00
parent 42ae7b98c2
commit a6668768bf

View File

@ -532,7 +532,7 @@ public abstract class AbstractMultiValuedMapTest<K, V> extends AbstractObjectTes
}
public int getSampleCountPerKey() {
return 2;
return 8;
}
/**