Commit e42f4d02 authored by Johnny Lim's avatar Johnny Lim Committed by Madhura Bhave

Fix typo

See gh-17448
parent 638b4b81
......@@ -79,7 +79,7 @@ class RSocketServerAutoConfigurationTests {
}
@Test
void shoudUseCustomServerBootstrap() {
void shouldUseCustomServerBootstrap() {
contextRunner().withUserConfiguration(CustomServerBootstrapConfig.class).run((context) -> assertThat(context)
.getBeanNames(RSocketServerBootstrap.class).containsExactly("customServerBootstrap"));
}
......
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