Fix typo
Closes gh-13755
This commit is contained in:
committed by
Stephane Nicoll
parent
6dc14af92d
commit
e7cb1c63bb
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user