Skip to content

Commit 4a49f49

Browse files
committed
Remove unused variable declaration for TreeNodeInfo in tests
1 parent 180d510 commit 4a49f49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/treeNodeInfo.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { expect } from "chai";
77
import { TreeNodeInfo } from "../../src/objectExplorer/nodes/treeNodeInfo";
88

99
suite("TreeNodeInfo", () => {
10-
let treeNodeInfo: TreeNodeInfo;
11-
1210
test("When creating multiple TreeNodeInfo in quick succession, the nodePath should be unique", () => {
1311
const node1 = new TreeNodeInfo(
1412
"node_label",

0 commit comments

Comments
 (0)