mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ public class TestBeanTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void contextCustomizerCannotBeCreatedWitCompetingOverrideMethods() {
|
||||
void contextCustomizerCannotBeCreatedWithCompetingOverrideMethods() {
|
||||
GenericApplicationContext context = new GenericApplicationContext();
|
||||
context.registerBean("bean", String.class, () -> "example");
|
||||
assertThatIllegalStateException()
|
||||
|
||||
Reference in New Issue
Block a user