提交 3f379ada 编写于 作者: S Sandeep Somavarapu

Fix tests

上级 89affc5c
......@@ -38,6 +38,7 @@ import { ProgressService2 } from 'vs/workbench/services/progress/browser/progres
import { IDialogService } from 'vs/platform/dialogs/common/dialogs';
import { INotificationService } from 'vs/platform/notification/common/notification';
import { URLService } from 'vs/platform/url/common/urlService';
import URI from 'vs/base/common/uri';
suite('ExtensionsWorkbenchService Test', () => {
......@@ -165,7 +166,7 @@ suite('ExtensionsWorkbenchService Test', () => {
type: LocalExtensionType.User,
readmeUrl: 'localReadmeUrl1',
changelogUrl: 'localChangelogUrl1',
path: 'localPath1'
location: URI.file('localPath1')
});
const expected2 = aLocalExtension('local2', {
publisher: 'localPublisher2',
......@@ -233,7 +234,7 @@ suite('ExtensionsWorkbenchService Test', () => {
type: LocalExtensionType.User,
readmeUrl: 'localReadmeUrl1',
changelogUrl: 'localChangelogUrl1',
path: 'localPath1'
location: URI.file('localPath1')
});
const local2 = aLocalExtension('local2', {
publisher: 'localPublisher2',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册