diff --git a/test/database/drop-tables.spec.ts b/test/database/drop-tables.spec.ts index 1a2f9511..b2a98d50 100644 --- a/test/database/drop-tables.spec.ts +++ b/test/database/drop-tables.spec.ts @@ -117,5 +117,5 @@ test.group('Query client | drop tables', (group) => { assert.isTrue(await connection.client!.schema.hasTable('ignore_me')) await connection.disconnect() - }).pin() + }) })