Skip to content

Commit 478527a

Browse files
committed
test: remove extra sinon restore after rebase
1 parent 642e499 commit 478527a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ describe('MongoLogManager', function () {
2828
});
2929

3030
afterEach(async function () {
31-
sinon.restore();
3231
await fs.rmdir(directory, { recursive: true });
3332
sinon.restore();
3433
});

0 commit comments

Comments
 (0)