Skip to content

Commit de48b47

Browse files
gagikaddaleax
andauthored
Apply suggestion from @addaleax
Co-authored-by: Anna Henningsen <[email protected]>
1 parent 4be25dd commit de48b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-runner/src/mongocluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class MongoCluster {
9393
const cluster = new MongoCluster();
9494
cluster.topology = options.topology;
9595
if (!options.binDir) {
96-
options.binDir = await MongoCluster.downloadMongoDb(
96+
options.binDir = await this.downloadMongoDb(
9797
options.downloadDir ?? options.tmpDir,
9898
options.version,
9999
options.downloadOptions,

0 commit comments

Comments
 (0)