Skip to content

Commit 6330d1b

Browse files
committed
Cleanup forgotten done calls
1 parent d876a45 commit 6330d1b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/bolt-v3.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ describe('#integration Bolt V3 API', () => {
295295

296296
it('should use bookmarks for auto commit transactions', async () => {
297297
if (!databaseSupportsBoltV3()) {
298-
done()
299298
return
300299
}
301300

@@ -325,7 +324,6 @@ describe('#integration Bolt V3 API', () => {
325324

326325
it('should use bookmarks for auto commit and explicit transactions', async () => {
327326
if (!databaseSupportsBoltV3()) {
328-
done()
329327
return
330328
}
331329

test/internal/node/direct.driver.boltkit.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ describe('#stub-direct direct driver with stub server', () => {
332332
describe('should close connection if it dies sitting idle in connection pool', () => {
333333
async function verifyConnectionCleanup (version) {
334334
if (!boltStub.supported) {
335-
done()
336335
return
337336
}
338337

0 commit comments

Comments
 (0)