Skip to content

Commit e4cb3af

Browse files
committed
mongodb test
1 parent fd42b29 commit e4cb3af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/instrumentation-mongodb/test/mongodb-v3.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ describe('MongoDBInstrumentation-Tracing-v3', () => {
686686
collection
687687
.insertOne({ a: 1 })
688688
.then(() => {
689+
console.log(getTestSpans());
689690
assert.strictEqual(getTestSpans().length, 0);
690691
done();
691692
})

0 commit comments

Comments
 (0)