Polishing.

Make tests less strict for random values test.

See #2267
This commit is contained in:
Mark Paluch
2022-02-23 15:34:15 +01:00
parent 47f2254089
commit e63d5df8a7

View File

@@ -1336,7 +1336,7 @@ public abstract class AbstractConnectionIntegrationTests {
assertThat((List<?>) results.get(1)).hasSize(2);
// Oh Jedis, JedisByteHashMap.ByteArrayWrapper. Why?
assertThat((List<?>) results.get(2)).hasSizeGreaterThan(2);
assertThat((List<?>) results.get(2)).hasSizeGreaterThan(1);
}
@Test