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 553b72b commit 2a80974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void prepare() {
public void test() {
contextRunner.run(context -> {
Assertions.assertThat(context).hasSingleBean(BizRuntimeContext.class);
Assertions.assertThat(context).doesNotHaveBean(ArkAutowiredBeanPostProcessor.class);
Assertions.assertThat(context).hasSingleBean(ArkAutowiredBeanPostProcessor.class);
});
}
}

0 comments on commit 2a80974

Please sign in to comment.