Skip to content

Commit b5e04e4

Browse files
ggivosazzad16
andauthored
Update src/test/java/redis/clients/jedis/csc/ClientSideCacheTestBase.java
Co-authored-by: M Sazzadul Hoque <[email protected]>
1 parent 1115d98 commit b5e04e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/redis/clients/jedis/csc/ClientSideCacheTestBase.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public abstract class ClientSideCacheTestBase {
2323

2424
@Rule
2525
public RedisVersionRule versionRule = new RedisVersionRule(
26-
HostAndPorts.getRedisEndpoint("standalone1").getHostAndPort(),
27-
HostAndPorts.getRedisEndpoint("standalone1").getClientConfigBuilder().build());
26+
HostAndPorts.getRedisEndpoint("standalone1"));
2827
@Rule
2928
public EnabledOnCommandRule enabledOnCommandRule = new EnabledOnCommandRule(
3029
HostAndPorts.getRedisEndpoint("standalone1"));

0 commit comments

Comments
 (0)