Skip to content

Commit 16684d9

Browse files
committed
fixed windows test
1 parent ffead33 commit 16684d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suite/workspace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe("Workspace tests", () => {
8787
.returns(testWorkspaceFolder[0]);
8888
const uri = vscode.Uri.file("test.q");
8989
const result = await workspaceHelper.addWorkspaceFile(uri, "test", ".q");
90-
assert.strictEqual(result.fsPath, "/testPath1/.kx/test-1.q");
90+
assert.ok(result.fsPath.endsWith("test-1.q"));
9191
});
9292
});
9393

0 commit comments

Comments
 (0)