refactoring

pull/5682/head
Nikita Koksharov 1 year ago
parent a4f0c9479d
commit c06f7ce2a4

@ -140,7 +140,7 @@ public class RedisDockerTest {
} }
} }
protected void testInCluster(Consumer<RedissonClient> redissonCallback) { protected static void testInCluster(Consumer<RedissonClient> redissonCallback) {
if (redissonCluster == null) { if (redissonCluster == null) {
REDIS_CLUSTER = new GenericContainer<>("vishnunair/docker-redis-cluster") REDIS_CLUSTER = new GenericContainer<>("vishnunair/docker-redis-cluster")
.withExposedPorts(6379, 6380, 6381, 6382, 6383, 6384) .withExposedPorts(6379, 6380, 6381, 6382, 6383, 6384)

Loading…
Cancel
Save