提交 beb4f5ba 编写于 作者: S Sandeep Somavarapu

Fix windows tests

上级 f68f9899
......@@ -97,7 +97,7 @@ suite('WorkspaceContextService - Folder', () => {
const actual = workspaceContextService.getWorkspace();
assert.equal(actual.folders.length, 1);
assert.equal(actual.folders[0].uri.fsPath, workspaceResource);
assert.equal(actual.folders[0].uri.fsPath, URI.file(workspaceResource).fsPath);
assert.equal(actual.folders[0].name, workspaceName);
assert.equal(actual.folders[0].index, 0);
assert.equal(actual.folders[0].raw.path, workspaceResource);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册