parent
638b4b8186
commit
e42f4d0279
|
@ -79,7 +79,7 @@ class RSocketServerAutoConfigurationTests {
|
|||
}
|
||||
|
||||
@Test
|
||||
void shoudUseCustomServerBootstrap() {
|
||||
void shouldUseCustomServerBootstrap() {
|
||||
contextRunner().withUserConfiguration(CustomServerBootstrapConfig.class).run((context) -> assertThat(context)
|
||||
.getBeanNames(RSocketServerBootstrap.class).containsExactly("customServerBootstrap"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue