Skip to content

Commit ea9c0ae

Browse files
izeyesbrannen
authored andcommitted
Fix test fixture value in QualifierConfiguration
Closes gh-30624
1 parent c16f582 commit ea9c0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/testFixtures/java/org/springframework/context/testfixture/context/annotation/QualifierConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public String one() {
4545
@Bean
4646
@Qualifier("2")
4747
public String two() {
48-
return "one";
48+
return "two";
4949
}
5050

5151
}

0 commit comments

Comments
 (0)