Polish
Closes gh-14597
This commit is contained in:
committed by
Stephane Nicoll
parent
c403ac9db6
commit
698bbd6a9e
@@ -80,7 +80,7 @@ public class AutoConfigureAnnotationProcessorTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void annoatedClassWithOnBeanThatHasName() throws Exception {
|
||||
public void annotatedClassWithOnBeanThatHasName() throws Exception {
|
||||
Properties properties = compile(TestOnBeanWithNameClassConfiguration.class);
|
||||
assertThat(properties).hasSize(3);
|
||||
assertThat(properties).containsEntry(
|
||||
|
||||
Reference in New Issue
Block a user