Skip to content

Commit

Permalink
Update test/03-async-migrator.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Page- <[email protected]>
  • Loading branch information
fisehara and Page- authored Dec 15, 2022
1 parent 6758b37 commit 9fd1d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/03-async-migrator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('03 Async Migrations', async function () {
expect(Date.now().valueOf() - startTime).to.be.greaterThan(4000); // backOff time from migrator
});

it.only('should record last execution time ms of the last migration run', async function () {
it('should record last execution time ms of the last migration run', async function () {
let result: MigrationStatus[] = [];

const startTime = Date.now().valueOf();
Expand Down

0 comments on commit 9fd1d70

Please sign in to comment.