Fix test broken by additional customizer

See gh-16498
This commit is contained in:
Phillip Webb
2019-05-28 18:18:25 -07:00
parent 9a6415375d
commit eb38c3abb7

View File

@@ -68,7 +68,7 @@ public class ReactiveWebServerFactoryAutoConfigurationTests {
assertThat(context.getBeansOfType(ReactiveWebServerFactory.class))
.hasSize(1);
assertThat(context.getBeansOfType(WebServerFactoryCustomizer.class))
.hasSize(1);
.hasSize(2);
assertThat(context
.getBeansOfType(ReactiveWebServerFactoryCustomizer.class))
.hasSize(1);