Skip to content

Commit 7a6ebcc

Browse files
committed
test(MongoBinaryDownload): change tmpdir path to use ending "-"
to be consistent with the other tests
1 parent aecf7f4 commit 7a6ebcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-memory-server-core/src/util/__tests__/MongoBinaryDownload.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ describe('MongoBinaryDownload', () => {
309309

310310
beforeEach(() => {
311311
tmpdir = tmp.dirSync({
312-
prefix: 'mongo-mem-test-extract',
312+
prefix: 'mongo-mem-test-extract-',
313313
unsafeCleanup: true,
314314
});
315315
});

0 commit comments

Comments
 (0)