Fixed fragile tests for @Bean method overloading
This commit is contained in:
@@ -250,7 +250,7 @@ public class BeanMethodPolymorphismTests {
|
||||
return "regular";
|
||||
}
|
||||
|
||||
@Bean
|
||||
@Bean @Lazy
|
||||
String aString(Integer dependency) {
|
||||
return "overloaded" + dependency;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user