Skip to content

Commit 0cc31e3

Browse files
committed
restore stubs afterwards
1 parent f5f82c9 commit 0cc31e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/test/awsService/ec2/activation.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ describe('ec2 telemetry', function () {
2727
LastSeenStatus: 'status',
2828
})
2929
})
30+
31+
after(function () {
32+
sinon.restore()
33+
})
3034
it('emits correct telemetry on terminal open', async function () {
3135
const terminalStub = sinon.stub(Ec2ConnectionManager.prototype, 'attemptToOpenEc2Terminal')
3236
await vscode.commands.executeCommand('aws.ec2.openTerminal', testNode)

0 commit comments

Comments
 (0)