Commit fce48c00 authored by Dave Syer's avatar Dave Syer

Really fix it

parent 71cd1926
...@@ -59,7 +59,7 @@ public class ConditionalOnResourceTests { ...@@ -59,7 +59,7 @@ public class ConditionalOnResourceTests {
} }
@Configuration @Configuration
@ConditionalOnResource(resources = "schemq.sqlt") @ConditionalOnResource(resources = "schema.sql")
protected static class BasicConfiguration { protected static class BasicConfiguration {
@Bean @Bean
public String foo() { public String foo() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment