Skip to content

Commit

Permalink
Update src/test/java/redis/clients/jedis/csc/ClientSideCacheTestBase.…
Browse files Browse the repository at this point in the history
…java

Co-authored-by: M Sazzadul Hoque <[email protected]>
  • Loading branch information
ggivo and sazzad16 authored Nov 25, 2024
1 parent 8f0e80e commit 1115d98
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public abstract class ClientSideCacheTestBase {
HostAndPorts.getRedisEndpoint("standalone1").getClientConfigBuilder().build());
@Rule
public EnabledOnCommandRule enabledOnCommandRule = new EnabledOnCommandRule(
HostAndPorts.getRedisEndpoint("standalone1").getHostAndPort(),
HostAndPorts.getRedisEndpoint("standalone1").getClientConfigBuilder().build());
HostAndPorts.getRedisEndpoint("standalone1"));

@Before
public void setUp() throws Exception {
Expand Down

0 comments on commit 1115d98

Please sign in to comment.