Commit 939a247d authored by Madhura Bhave's avatar Madhura Bhave

Merge pull request #17448 from izeye

* pr/17448:
  Fix typo

Closes gh-17448
parents 1f95ed15 e42f4d02
......@@ -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