We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffead33 commit 16684d9Copy full SHA for 16684d9
test/suite/workspace.test.ts
@@ -87,7 +87,7 @@ describe("Workspace tests", () => {
87
.returns(testWorkspaceFolder[0]);
88
const uri = vscode.Uri.file("test.q");
89
const result = await workspaceHelper.addWorkspaceFile(uri, "test", ".q");
90
- assert.strictEqual(result.fsPath, "/testPath1/.kx/test-1.q");
+ assert.ok(result.fsPath.endsWith("test-1.q"));
91
});
92
93
0 commit comments