Skip to content

Commit

Permalink
BUG
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslaw Szwajkowski <[email protected]>
  • Loading branch information
rszwajko committed Sep 24, 2024
1 parent 667b353 commit 573d2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/test/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ suite("Extension Test Suite", () => {

test("Sample test", () => {
assert.strictEqual(-1, [1, 2, 3].indexOf(5));
assert.strictEqual(-1, [1, 2, 3].indexOf(0));
assert.strictEqual(-1, [1, 2, 3].indexOf(1));
});
});

0 comments on commit 573d2e9

Please sign in to comment.