Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update weixin-java-cp/src/test/java/me/chanjar/weixin/cp/config/impl/…
…WxCpRedisConfigImplTest.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
binarywang and Copilot authored Dec 24, 2025
commit ab9cc337be9509580f8de5e556c33cef02e4c0f5
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testGetWebhookKeyNoInfiniteRecursion() {
}
} finally {
// 清理资源
if (jedisPool != null && !jedisPool.isClosed()) {
if (!jedisPool.isClosed()) {
jedisPool.close();
}
}
Expand Down