Skip to content

Commit 3ac6160

Browse files
Update notebook test to clear outputs
1 parent 40ed5f4 commit 3ac6160

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/client-e2e/src/tests/notebooks/run-test-notebook.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export const RunTestNotebook: RunnerFunction = async (init) => {
9292
await RunNotebookAndCompareCells(
9393
GetExtensionPath('idl/test/client-e2e/notebooks/test-notebook.idlnb'),
9494
CELL_OUTPUT,
95-
init.notebooks.controller,
96-
false
95+
init.notebooks.controller
9796
);
9897
};

0 commit comments

Comments
 (0)