Really fix it
This commit is contained in:
parent
71cd1926b9
commit
fce48c00c7
|
@ -59,7 +59,7 @@ public class ConditionalOnResourceTests {
|
|||
}
|
||||
|
||||
@Configuration
|
||||
@ConditionalOnResource(resources = "schemq.sqlt")
|
||||
@ConditionalOnResource(resources = "schema.sql")
|
||||
protected static class BasicConfiguration {
|
||||
@Bean
|
||||
public String foo() {
|
||||
|
|
Loading…
Reference in New Issue