Polishing

Fix mistake introduced during forward merge
This commit is contained in:
Andy Wilkinson 2016-08-31 14:06:37 +01:00
parent 7841af50ef
commit d720645275
1 changed files with 1 additions and 1 deletions

View File

@ -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