提交 5f4f23f8 编写于 作者: R rebornix

Fix test errors

上级 e66dc83a
......@@ -16,7 +16,8 @@ import { IUndoRedoService } from 'vs/platform/undoRedo/common/undoRedo';
suite('NotebookViewModel', () => {
const instantiationService = new TestInstantiationService();
const blukEditService = instantiationService.get(IBulkEditService);
const undoRedoService = instantiationService.get(IUndoRedoService);
const undoRedoService = instantiationService.stub(IUndoRedoService, () => { });
instantiationService.spy(IUndoRedoService, 'pushElement');
test('ctor', function () {
const notebook = new TestNotebook(0, 'notebook', URI.parse('test'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册