Closes gh-14597
This commit is contained in:
Johnny Lim
2018-09-25 15:56:37 +09:00
committed by Stephane Nicoll
parent c403ac9db6
commit 698bbd6a9e
6 changed files with 10 additions and 11 deletions

View File

@@ -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(