Skip to content

Commit

Permalink
reset interpreterService for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Feb 3, 2025
1 parent 7b4fb2a commit 53c80fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/common/terminals/service.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ suite('Terminal Service', () => {
}
disposables.filter((item) => !!item).forEach((item) => item.dispose());
sinon.restore();
// reset setup for interpreterService
// interpreterService.reset();
interpreterService.reset();
});

test('Ensure terminal is disposed', async () => {
Expand Down

0 comments on commit 53c80fa

Please sign in to comment.