From 9fd1d709c3c7ace6515c4c43b5003450126b503d Mon Sep 17 00:00:00 2001 From: fisehara Date: Thu, 15 Dec 2022 14:45:21 +0100 Subject: [PATCH] Update test/03-async-migrator.test.ts Co-authored-by: Page- --- test/03-async-migrator.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/03-async-migrator.test.ts b/test/03-async-migrator.test.ts index 8124c69cc..729bb92ef 100644 --- a/test/03-async-migrator.test.ts +++ b/test/03-async-migrator.test.ts @@ -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();