Skip to content

Commit

Permalink
Exercise 18 test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Apr 3, 2018
1 parent f464da8 commit c29e43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ex18.pubsub.migration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit c29e43b

Please sign in to comment.