Commit 29b453d8 authored by Hanope's avatar Hanope Committed by Stephane Nicoll

Fix typo

Closes gh-14770
parent c897ff95
......@@ -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