优化方法名

This commit is contained in:
Binary Wang
2019-04-15 14:17:42 +08:00
parent e92e417a14
commit cab663629a
3 changed files with 4 additions and 4 deletions

View File

@ -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");
}
}