Skip to content

Commit 88a3527

Browse files
committed
Do not set pinned mongodb version in tav.
1 parent c253a47 commit 88a3527

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-mongodb

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "npm run test-v3 && npm run test-v4 && npm run test-v5-v6 && nyc merge .nyc_output ./coverage/coverage-final.json",
1111
"test-v3": "tav mongodb 3.7.4 npm run test-v3-run",
1212
"test-v4": "tav mongodb 4.17.0 npm run test-v4-run",
13-
"test-v5-v6": "tav mongodb 6.8.0 npm run test-v5-v6-run",
13+
"test-v5-v6": "npm run test-v5-v6-run",
1414
"test-v3-run": "nyc --no-clean mocha --require '@opentelemetry/contrib-test-utils' 'test/**/mongodb-v3.test.ts'",
1515
"test-v4-run": "nyc --no-clean mocha --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v4.test.ts'",
1616
"test-v5-v6-run": "nyc --no-clean mocha --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v5-v6.test.ts'",

0 commit comments

Comments
 (0)