Commit c23c18dc authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #13755 from izeye:patch-49

* pr/13755:
  Fix typo
parents 6dc14af9 e7cb1c63
...@@ -118,7 +118,7 @@ public class MetricFilterAutoConfigurationTests { ...@@ -118,7 +118,7 @@ public class MetricFilterAutoConfigurationTests {
} }
@Test @Test
public void usesUnmappedForInterationsWithNoBestMatchingPattern() throws Exception { public void usesUnmappedForInteractionsWithNoBestMatchingPattern() throws Exception {
AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext( AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(
Config.class, MetricFilterAutoConfiguration.class); Config.class, MetricFilterAutoConfiguration.class);
Filter filter = context.getBean(Filter.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