Skip to content

Commit

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

Co-authored-by: M Sazzadul Hoque <[email protected]>
  • Loading branch information
ggivo and sazzad16 authored Nov 25, 2024
1 parent a826afb commit 8f0e80e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ public class JedisPooledClientSideCacheTest extends JedisPooledClientSideCacheTe

@ClassRule
public static RedisVersionRule versionRule = new RedisVersionRule(
HostAndPorts.getRedisEndpoint("standalone1").getHostAndPort(),
HostAndPorts.getRedisEndpoint("standalone1").getClientConfigBuilder().build());
HostAndPorts.getRedisEndpoint("standalone1"));

@BeforeClass
public static void prepare() {
Expand Down

0 comments on commit 8f0e80e

Please sign in to comment.