reactive tests fixed

pull/3161/head
Nikita Koksharov 4 years ago
parent 696a0005f6
commit 07f4e089bd

@ -32,7 +32,7 @@ public abstract class BaseReactiveTest {
@Before
public void before() throws IOException, InterruptedException {
redisson.getKeys().flushall();
sync(redisson.getKeys().flushall());
}
public static <V> Iterable<V> sync(RScoredSortedSetReactive<V> list) {

Loading…
Cancel
Save