Skip to content

Commit

Permalink
- remove inline anonymious
Browse files Browse the repository at this point in the history
  • Loading branch information
atakavci committed Aug 29, 2024
1 parent 2923793 commit 91ecbec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ public void maximumSizeExact() {
public void testInvalidationWithUnifiedJedis() {
Cache cache = new TestCache();
Cache mock = Mockito.spy(cache);
UnifiedJedis client = new UnifiedJedis(hnp, clientConfig.get(), mock) {
};
UnifiedJedis client = new UnifiedJedis(hnp, clientConfig.get(), mock);
UnifiedJedis controlClient = new UnifiedJedis(hnp, clientConfig.get());

try {
Expand Down

0 comments on commit 91ecbec

Please sign in to comment.