Polishing.

Make tests less strict for random values test.

See #2242
This commit is contained in:
Mark Paluch
2022-02-23 15:34:15 +01:00
parent e31d122e54
commit e97ee20da5

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