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 Sep 27, 2023
1 parent c8c1db0 commit 745d03b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ public void handleEvent() {
Mockito.when(biz.getBizName()).thenReturn(bizName);
Mockito.when(biz.getBizClassLoader()).thenReturn(this.getClass().getClassLoader());

Mockito.when(bizManagerService.getBizByClassLoader(this.getClass().getClassLoader()))
.thenReturn(biz);

BizRuntimeContext bizRuntimeContext = new BizRuntimeContext(biz);
BizRuntimeContextRegistry.registerBizRuntimeManager(bizRuntimeContext);

Expand Down

0 comments on commit 745d03b

Please sign in to comment.