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

Fix windows tests

上级 7fef5b50
......@@ -100,7 +100,7 @@ suite('WorkspaceContextService - Folder', () => {
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);
assert.equal(actual.folders[0].raw.path.toLowerCase(), workspaceResource.toLowerCase());
assert.ok(!actual.configuration);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册