Skip to content

Commit

Permalink
Fix DbMigrateCommandTest
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Jun 11, 2024
1 parent 3b5f0a5 commit 2f8400e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class DbMigrateCommandTest extends AbstractCommandTest {

@BeforeEach
void setUpFlyway() {
migrateResult = new MigrateResult(VersionPrinter.getVersion(), "db", "schema");
migrateResult = new MigrateResult(VersionPrinter.getVersion(), "db", "schema", "PostgreSQL");
migrateResult.initialSchemaVersion = "initial";
migrateResult.targetSchemaVersion = "target";
migrateResult.migrationsExecuted = 23;
Expand Down

0 comments on commit 2f8400e

Please sign in to comment.