Skip to content

Commit a07e702

Browse files
committed
test: clean up
1 parent d771340 commit a07e702

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/mongodb-log-writer/src/mongo-log-manager.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,7 @@ describe('MongoLogManager', function () {
223223
},
224224
close: sinon.stub().resolves(),
225225
};
226-
227226
const opendirStub = sinon.stub(fs, 'opendir').resolves(fakeDirHandle as any);
228-
sinon.replace(fs, 'opendir', opendirStub);
229227

230228
retentionDays = 0.000001; // 86.4 ms
231229
const manager = new MongoLogManager({

0 commit comments

Comments
 (0)