diff --git a/docs/superpowers/plans/2026-06-25-redis-cache.md b/docs/superpowers/plans/2026-06-25-redis-cache.md index c5bc99a..8b05873 100644 --- a/docs/superpowers/plans/2026-06-25-redis-cache.md +++ b/docs/superpowers/plans/2026-06-25-redis-cache.md @@ -546,7 +546,7 @@ class RedisCacheEnhanceTemplateTest { @BeforeEach void init() { - MockitoAnnotations.openMocks(this); + MockitoAnnotations.initMocks(this); lenient().when(redis.opsForValue()).thenReturn(valueOps); template = new RedisCacheEnhanceTemplate(redis, keyBuilder, codec, props); }