Closes gh-13755
This commit is contained in:
Johnny Lim
2018-07-11 22:09:23 +09:00
committed by Stephane Nicoll
parent 6dc14af92d
commit e7cb1c63bb

View File

@@ -118,7 +118,7 @@ public class MetricFilterAutoConfigurationTests {
}
@Test
public void usesUnmappedForInterationsWithNoBestMatchingPattern() throws Exception {
public void usesUnmappedForInteractionsWithNoBestMatchingPattern() throws Exception {
AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(
Config.class, MetricFilterAutoConfiguration.class);
Filter filter = context.getBean(Filter.class);