Skip to content

Commit d0825ca

Browse files
committed
update
1 parent 5c7448f commit d0825ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

weixin-java-cp/src/test/java/me/chanjar/weixin/cp/api/WxCpBaseAPITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class WxCpBaseAPITest {
2222
public void testRefreshAccessToken() throws WxErrorException {
2323
WxCpConfigStorage configStorage = wxService.wxCpConfigStorage;
2424
String before = configStorage.getAccessToken();
25-
wxService.getAccessToken();
25+
wxService.getAccessToken(false);
2626

2727
String after = configStorage.getAccessToken();
2828

weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxMpBaseAPITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class WxMpBaseAPITest {
2222
public void testRefreshAccessToken() throws WxErrorException {
2323
WxMpConfigStorage configStorage = wxService.wxMpConfigStorage;
2424
String before = configStorage.getAccessToken();
25-
wxService.getAccessToken();
25+
wxService.getAccessToken(false);
2626

2727
String after = configStorage.getAccessToken();
2828

0 commit comments

Comments
 (0)