Skip to content

Commit

Permalink
Update absolutePathTo.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKohler committed May 31, 2024
1 parent 6aa458c commit 27e1549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/absolutePathTo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ suite("AbsolutePathTo", () => {
await setConfig("absolutePathTo", "${workspaceFolder}/..");

const result = await executeCompletionLine1();
assert.strictEqual(result.items[0].label, "project-one");
assert.strictEqual(result.items[1].label, "project-one");
});

test("absolutePathTo with odd mapping", async () => {
Expand Down

0 comments on commit 27e1549

Please sign in to comment.