mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-03 05:41:46 +08:00
优化方法名
This commit is contained in:
@ -33,8 +33,8 @@ public class BaseWxMpServiceImplTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSwitchover1() throws WxErrorException {
|
||||
assertThat(this.wxService.switchover1("another").getAccessToken()).isNotEmpty();
|
||||
public void testSwitchoverTo() throws WxErrorException {
|
||||
assertThat(this.wxService.switchoverTo("another").getAccessToken()).isNotEmpty();
|
||||
assertThat(WxMpConfigStorageHolder.get()).isEqualTo("another");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user