Skip to content

Commit 3b2f619

Browse files
committed
Update test
1 parent a3f3a0d commit 3b2f619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/suite/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ suite("Extension Test Suite", () => {
1515
new Position(1, 14)
1616
);
1717

18-
//assert.strictEqual(list?.items[0].label, "some");
18+
assert.strictEqual(list?.items[0].label, "some");
1919
});
2020
});

0 commit comments

Comments
 (0)