🐛 #1600 修复无法切换到初始公众号配置的问题并完善了removeConfigStorage方法
* 修复无法切换到初始公众号配置的问题 * 完善removeConfigStorage
This commit is contained in:
@@ -41,6 +41,7 @@ public class BaseWxMpServiceImplTest {
|
||||
assertTrue(this.wxService.switchover("another"));
|
||||
assertThat(WxMpConfigStorageHolder.get()).isEqualTo("another");
|
||||
assertFalse(this.wxService.switchover("whatever"));
|
||||
assertFalse(this.wxService.switchover("default"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user