Skip to content

Commit f2a7786

Browse files
committed
fix outdated test
1 parent f7999b1 commit f2a7786

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/ec2/explorer/ec2InstanceNode.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import * as assert from 'assert'
77
import { Ec2InstanceNode } from '../../../ec2/explorer/ec2InstanceNode'
88
import { Ec2Instance, getNameOfInstance } from '../../../shared/clients/ec2Client'
9-
import { parentContextValue } from '../../../ec2/explorer/ec2ParentNode'
109

1110
describe('ec2InstanceNode', function () {
1211
let testNode: Ec2InstanceNode
@@ -23,7 +22,7 @@ describe('ec2InstanceNode', function () {
2322
],
2423
}
2524

26-
testNode = new Ec2InstanceNode('testRegion', 'testPartition', testInstance, parentContextValue)
25+
testNode = new Ec2InstanceNode('testRegion', 'testPartition', testInstance)
2726
})
2827

2928
it('instantiates without issue', async function () {

0 commit comments

Comments
 (0)