Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyuan2021 committed Jan 22, 2024
1 parent a3e6255 commit 32cfe5c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ public void testSpringServiceFinder() {
Mockito.when(biz2.getBizState()).thenReturn(BizState.ACTIVATED);
Mockito.when(biz2.getBizClassLoader()).thenReturn(loader);
Mockito.when(biz2.getBizName()).thenReturn("biz2");
Mockito.when(biz2.getBizVersion()).thenReturn("version1");
BizRuntimeContext biz2Runtime = new BizRuntimeContext(biz2, biz2Ctx);
BizRuntimeContextRegistry.registerBizRuntimeManager(biz2Runtime);
ModuleBean foundModuleBean = SpringServiceFinder.getModuleService("biz2", "version1",
Expand Down

0 comments on commit 32cfe5c

Please sign in to comment.