Merge pull request #17448 from izeye

* pr/17448:
  Fix typo

Closes gh-17448
This commit is contained in:
Madhura Bhave
2019-07-08 16:04:34 -07:00

View File

@@ -79,7 +79,7 @@ class RSocketServerAutoConfigurationTests {
}
@Test
void shoudUseCustomServerBootstrap() {
void shouldUseCustomServerBootstrap() {
contextRunner().withUserConfiguration(CustomServerBootstrapConfig.class).run((context) -> assertThat(context)
.getBeanNames(RSocketServerBootstrap.class).containsExactly("customServerBootstrap"));
}