Skip to content

Commit

Permalink
test: remove pin from test
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 15, 2022
1 parent 72d869d commit 6afea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database/drop-tables.spec.ts
Expand Up @@ -117,5 +117,5 @@ test.group('Query client | drop tables', (group) => {
assert.isTrue(await connection.client!.schema.hasTable('ignore_me'))

await connection.disconnect()
}).pin()
})
})

0 comments on commit 6afea22

Please sign in to comment.