Commit 3ccdbd06 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #14770 from Hanope

* pr/14770:
  Fix typo
parents c897ff95 29b453d8
......@@ -197,7 +197,7 @@ public class NoSuchBeanDefinitionFailureAnalyzerTests {
}
@Test
public void failureAnalysisForUnmatchedQualfier() {
public void failureAnalysisForUnmatchedQualifier() {
FailureAnalysis analysis = analyzeFailure(
createFailure(QualifiedBeanConfiguration.class));
assertThat(analysis.getDescription()).contains(
......
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