Skip to content

Commit f515d5d

Browse files
committed
fix command name
1 parent e133975 commit f515d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/tests/split-cell-diff.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { NotebookPanel } from '@jupyterlab/notebook';
44
/**
55
* The command to open the cell split diff view.
66
*/
7-
const SPLIT_CELL_DIFF_COMMAND = 'jupyterlab-cell-diff:show-codemirror';
7+
const SPLIT_CELL_DIFF_COMMAND = 'jupyterlab-cell-diff:split-cell-diff';
88

99
/**
1010
* Setup a notebook cell with diff view.

0 commit comments

Comments
 (0)