This commit is contained in:
rebornix
2020-05-20 11:07:27 -07:00
parent d321061c8c
commit de5ddeca61
4 changed files with 22 additions and 9 deletions

View File

@@ -118,7 +118,7 @@ suite('API tests', () => {
]
});
const moveCellEvent = getEventOncePromise<vscode.NotebookCellMoveEvent>(vscode.notebook.onDidChangeNotebookCells);
const moveCellEvent = getEventOncePromise<vscode.NotebookCellsChangeEvent>(vscode.notebook.onDidChangeNotebookCells);
await vscode.commands.executeCommand('notebook.cell.moveUp');
const moveCellEventRet = await moveCellEvent;
assert.deepEqual(moveCellEventRet, {