Skip to content

Commit c3c5abe

Browse files
committed
chore: use downloadDir, not binDir
1 parent 8d69118 commit c3c5abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/integration-testing-hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class MongoRunnerSetup extends MongodSetup {
172172
topology: "standalone",
173173
tmpDir: path.join(tmpDir, "mongodb-runner", "dbs", dirPath),
174174
logDir: path.join(tmpDir, "mongodb-runner", "logs", dirPath),
175-
binDir: path.join(tmpDir, "mongodb-runner"),
175+
downloadDir: path.join(tmpDir, "mongodb-runner"),
176176
version: version,
177177
...this._opts,
178178
});

0 commit comments

Comments
 (0)