Commit e7cb1c63 authored by Johnny Lim's avatar Johnny Lim Committed by Stephane Nicoll

Fix typo

Closes gh-13755
parent 6dc14af9
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment