Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
livk-cloud committed Dec 24, 2024
1 parent df3b8ee commit 1110d20
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

import java.util.function.Consumer;

import static org.junit.jupiter.api.Assertions.assertNotNull;

/**
* @author livk
*/
Expand Down Expand Up @@ -77,6 +79,8 @@ void create() {
RedissonClient redissonClient = RedissonClientFactory.create(properties, new RedisProperties(),
configCustomizers);

assertNotNull(redissonClient);
redissonClient.shutdown();
}

}

0 comments on commit 1110d20

Please sign in to comment.