Skip to content

Commit

Permalink
Merge pull request spring-projects#13755 from izeye:patch-49
Browse files Browse the repository at this point in the history
* pr/13755:
  Fix typo
  • Loading branch information
snicoll committed Jul 12, 2018
2 parents 6dc14af + e7cb1c6 commit c23c18d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public Object answer(InvocationOnMock invocation) throws Throwable {
}

@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);
Expand Down

0 comments on commit c23c18d

Please sign in to comment.