Skip to content

Commit

Permalink
test: fix compilation issue due to different signatures (v3 vs v5)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDeconinck committed Jun 7, 2023
1 parent eb63033 commit f123719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('MongoDBInstrumentation-Tracing-v5', () => {

afterEach(async () => {
if (shouldTest) {
await collection.deleteMany();
await collection.deleteMany({});
}
});

Expand Down

0 comments on commit f123719

Please sign in to comment.