fix: Remove System.out

Signed-off-by: Manuel Polo <mrmx@duck.com>
pull/5600/head
Manuel Polo 1 year ago
parent 496bda2f7a
commit 6ac9aeb14c
No known key found for this signature in database
GPG Key ID: 225EFA9B34C561E3

@ -536,7 +536,7 @@ public class RedissonStreamTest extends RedisDockerTest {
stream.add(id,StreamAddArgs.entries(entry2));
Map<StreamMessageId, Map<String, String>> r = stream.range(10, StreamMessageId.MIN, StreamMessageId.MAX);
System.out.println("r:" + r);
assertThat(r).size().isEqualTo(2);
assertThat(r.keySet()).containsExactly(
new StreamMessageId(1,0),new StreamMessageId(1,1)

Loading…
Cancel
Save