Ver Fonte

Fix test.

Ian Rose há 8 anos atrás
pai
commit
f6159c2e55
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      test/src/notebook/widget.spec.ts

+ 1 - 1
test/src/notebook/widget.spec.ts

@@ -1158,7 +1158,7 @@ describe('notebook/widget', () => {
         let widget = createActiveWidget();
         widget.model.fromJSON(DEFAULT_CONTENT);
         widget.model.cells.move(1, 0);
-        expect(widget.activeCellIndex).to.be(1);
+        expect(widget.activeCellIndex).to.be(0);
       });
 
     });