Skip to content

Commit

Permalink
tests added --reset for edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 24, 2024
1 parent 8cc5d74 commit f0a0182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/auto/functional/tom/migrate/tst_migrate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ void tst_Migrate::cleanupTestCase() const

// Reset the migrations table
{
const auto exitCode = invokeCommand(connection, MigrateUninstall);
const auto exitCode = invokeCommand(connection, MigrateUninstall,
{"--reset"});

QVERIFY(exitCode == EXIT_SUCCESS);
}
Expand Down

0 comments on commit f0a0182

Please sign in to comment.