See gh-17448
This commit is contained in:
Johnny Lim 2019-07-08 15:41:50 +09:00 committed by Madhura Bhave
parent 638b4b8186
commit e42f4d0279
1 changed files with 1 additions and 1 deletions

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"));
}