diff --git a/test/ex18.pubsub.migration.test.ts b/test/ex18.pubsub.migration.test.ts index 0279a440..48901b71 100644 --- a/test/ex18.pubsub.migration.test.ts +++ b/test/ex18.pubsub.migration.test.ts @@ -10,7 +10,7 @@ import { assertMigrationCount } from './helpers/migrations'; class MigrationTest { @test('New .sql file based migration exists in the ./migrations folder') public async migrationExists() { - assertMigrationCount(10); + assertMigrationCount(9); } @test('Function table_update_notify is found')