mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Polish "Fix hint to include all Liquibase resources in default location"
See gh-34729
This commit is contained in:
+1
-2
@@ -426,8 +426,7 @@ class LiquibaseAutoConfigurationTests {
|
||||
assertThat(RuntimeHintsPredicates.resource().forResource("db/changelog/")).accepts(hints);
|
||||
assertThat(RuntimeHintsPredicates.resource().forResource("db/changelog/db.changelog-master.yaml"))
|
||||
.accepts(hints);
|
||||
assertThat(RuntimeHintsPredicates.resource().forResource("db/changelog/tables/init.sql"))
|
||||
.accepts(hints);
|
||||
assertThat(RuntimeHintsPredicates.resource().forResource("db/changelog/tables/init.sql")).accepts(hints);
|
||||
}
|
||||
|
||||
private ContextConsumer<AssertableApplicationContext> assertLiquibase(Consumer<SpringLiquibase> consumer) {
|
||||
|
||||
Reference in New Issue
Block a user