Skip to content

Commit aecf7f4

Browse files
committed
test(MongoBinaryDownload): cleanup tmpdirs for "extract()"
was accidentally disabled for debug
1 parent d91a4eb commit aecf7f4

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
@@ -314,7 +314,7 @@ describe('MongoBinaryDownload', () => {
314314
});
315315
});
316316
afterEach(() => {
317-
// tmpdir.removeCallback(); // DEBUG
317+
tmpdir.removeCallback();
318318
});
319319

320320
it('should extract zip archives', async () => {

0 commit comments

Comments
 (0)