Commit eb38c3ab authored by Phillip Webb's avatar Phillip Webb

Fix test broken by additional customizer

See gh-16498
parent 9a641537
......@@ -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);
......
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