Skip to content

Commit 3ccdbd0

Browse files
committed
Merge pull request #14770 from Hanope
* pr/14770: Fix typo
2 parents c897ff9 + 29b453d commit 3ccdbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/diagnostics/analyzer/NoSuchBeanDefinitionFailureAnalyzerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public void failureAnalysisForNullBeanByType() {
197197
}
198198

199199
@Test
200-
public void failureAnalysisForUnmatchedQualfier() {
200+
public void failureAnalysisForUnmatchedQualifier() {
201201
FailureAnalysis analysis = analyzeFailure(
202202
createFailure(QualifiedBeanConfiguration.class));
203203
assertThat(analysis.getDescription()).contains(

0 commit comments

Comments
 (0)