Commit d7206452 authored by Andy Wilkinson's avatar Andy Wilkinson

Polishing

Fix mistake introduced during forward merge
parent 7841af50
......@@ -282,7 +282,7 @@ public class ConditionalOnMissingBeanTests {
OnBeanInParentsConfiguration.class);
child.setParent(this.context);
child.refresh();
assertThat(child.getBeansOfType(ExampleBean.class)).hasSize(1);
assertThat(child.getBeansOfType(ExampleBean.class)).hasSize(2);
}
@Configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment