Skip to content

Commit 93d4936

Browse files
committed
clear timer inbetween tests
1 parent ad08049 commit 93d4936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/test/awsService/ec2/explorer/ec2ParentNode.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ describe('ec2ParentNode', function () {
5252

5353
afterEach(function () {
5454
getInstanceStub.restore()
55+
testNode.pollingSet.clearTimer()
5556
})
5657

5758
after(function () {

0 commit comments

Comments
 (0)