A. Darian před 9 roky
rodič
revize
7117a7eca2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      test/src/notebook/cells/model.spec.ts

+ 1 - 1
test/src/notebook/cells/model.spec.ts

@@ -631,7 +631,7 @@ describe('jupyter-js-notebook', () => {
       let model = new CodeCellModel(input, output);
       model.input.textEditor.text = 'a = 1';
       let kernel = new MockKernel();
-      executeCodeCell(model, kernel)
+      executeCodeCell(model, kernel);
       expect(model.input.prompt).to.be('*');
     });