Polishing

This commit is contained in:
Sam Brannen
2025-01-03 17:26:45 +02:00
parent c59ca087b4
commit 2ba0022704
6 changed files with 28 additions and 45 deletions
@@ -113,7 +113,7 @@ public class TestBeanTests {
}
@Test
void contextCustomizerCannotBeCreatedWitCompetingOverrideMethods() {
void contextCustomizerCannotBeCreatedWithCompetingOverrideMethods() {
GenericApplicationContext context = new GenericApplicationContext();
context.registerBean("bean", String.class, () -> "example");
assertThatIllegalStateException()