Skip to content

Commit e63d5df

Browse files
committed
Polishing.
Make tests less strict for random values test. See #2267
1 parent 47f2254 commit e63d5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/data/redis/connection/AbstractConnectionIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ void testHRandFieldWithValues() {
13361336
assertThat((List<?>) results.get(1)).hasSize(2);
13371337

13381338
// Oh Jedis, JedisByteHashMap.ByteArrayWrapper. Why?
1339-
assertThat((List<?>) results.get(2)).hasSizeGreaterThan(2);
1339+
assertThat((List<?>) results.get(2)).hasSizeGreaterThan(1);
13401340
}
13411341

13421342
@Test

0 commit comments

Comments
 (0)