提交 3745cb31 编写于 作者: J Johannes Rieken

fix tests

上级 619910e0
......@@ -253,7 +253,7 @@ export function workbenchInstantiationService(): IInstantiationService {
instantiationService.stub(IUntitledEditorService, instantiationService.createInstance(UntitledEditorService));
instantiationService.stub(IStorageService, new TestStorageService());
instantiationService.stub(IPartService, new TestPartService());
instantiationService.stub(IModeService, ModeServiceImpl);
instantiationService.stub(IModeService, instantiationService.createInstance(ModeServiceImpl));
instantiationService.stub(IHistoryService, new TestHistoryService());
instantiationService.stub(ITextResourcePropertiesService, new TestTextResourcePropertiesService(configService));
instantiationService.stub(IModelService, instantiationService.createInstance(ModelServiceImpl));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册