Skip to content

Commit

Permalink
Polish "Fix hint to include all Liquibase resources in default location"
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Apr 11, 2023
1 parent 408d524 commit 03d42de
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,7 @@ void shouldRegisterHints() {
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) {
Expand Down

0 comments on commit 03d42de

Please sign in to comment.