Skip to content

Commit 8c06bdc

Browse files
committed
remove done
1 parent d4048c4 commit 8c06bdc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/datadog-plugin-mongodb-core/test/mongodb.spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,6 @@ describe('Plugin', () => {
389389
collection.find({
390390
_id: Buffer.from('1234')
391391
}).toArray()
392-
.then(done)
393-
.catch(done)
394392
})
395393
})
396394

@@ -447,8 +445,6 @@ describe('Plugin', () => {
447445
collection.find({
448446
_id: Buffer.from('1234')
449447
}).toArray()
450-
.then(done)
451-
.catch(done)
452448
})
453449
})
454450
})

0 commit comments

Comments
 (0)