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