Merge pull request #13755 from izeye:patch-49

* pr/13755:
  Fix typo
This commit is contained in:
Stephane Nicoll 2018-07-12 08:51:32 +02:00
commit c23c18dc34

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);