Skip to content

Commit e35e00e

Browse files
committed
chore: fix linter checks
1 parent 82d06e2 commit e35e00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/accuracy/sdk/describeAccuracyTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function describeAccuracyTests(accuracyTestConfigs: AccuracyTestConfig[])
6161
eachModel(`$displayName`, function (model) {
6262
const configsWithDescriptions = getConfigsWithDescriptions(accuracyTestConfigs);
6363
const accuracyRunId = `${process.env.MDB_ACCURACY_RUN_ID}`;
64-
const mdbIntegration = setupMongoDBIntegrationTest();
64+
const mdbIntegration = setupMongoDBIntegrationTest({}, []);
6565
const { populateTestData, cleanupTestDatabases } = prepareTestData(mdbIntegration);
6666

6767
let commitSHA: string;

0 commit comments

Comments
 (0)