1
0
mirror of synced 2025-12-20 23:58:05 +08:00

🐛 #1600 修复无法切换到初始公众号配置的问题并完善了removeConfigStorage方法

* 修复无法切换到初始公众号配置的问题

* 完善removeConfigStorage
This commit is contained in:
马肇明
2020-06-03 13:46:43 +08:00
committed by GitHub
parent 1c60839890
commit b52e676040
2 changed files with 14 additions and 1 deletions

View File

@@ -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