Skip to content

Commit e4d7603

Browse files
committed
fix test name
1 parent 3085004 commit e4d7603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/java/redis/clients/jedis/csc/ClientSideCacheFunctionalityTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ public CustomCache(int maximumSize, EvictionPolicy evictionPolicy) {
546546
}
547547

548548
@Test
549-
public void testCacheProvider() throws InterruptedException {
549+
public void testCacheFactory() throws InterruptedException {
550550
// this checks the instantiation with parameters (int, EvictionPolicy, Cacheable)
551551
try (JedisPooled jedis = new JedisPooled(hnp, clientConfig.get(), new CacheConfig().builder().cacheClass(TestCache.class).build())) {
552552
Cache cache = jedis.getCache();

0 commit comments

Comments
 (0)