Skip to content

Commit 20779de

Browse files
authored
Update assertion for bean size in CustomScopeTest
1 parent ddfcc6b commit 20779de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inject-test/src/test/java/org/example/custom/CustomScopeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void customScopeAll() {
8181

8282
// includes the 2 supplied beans
8383
final List<BeanEntry> all = beanScope.all();
84-
assertThat(all).hasSize(8);
84+
assertThat(all).hasSize(9);
8585

8686
final CustomBean customBean = beanScope.get(CustomBean.class);
8787

0 commit comments

Comments
 (0)