Skip to content

Commit

Permalink
tests fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 24, 2024
1 parent 43e7d87 commit 8cc5d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auto/functional/tom/migrate/tst_migrate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void tst_Migrate::cleanupTestCase() const
const auto &schema = Databases::manager().connection(connection)
.getSchemaBuilder();

// Nothing do cleanup, the migration repository was already uninstalled
// Nothing to cleanup, the migration repository was already uninstalled
if (!schema.hasTable(MigrationsTable))
return;

Expand Down

0 comments on commit 8cc5d74

Please sign in to comment.