Ian Rose 8 سال پیش
والد
کامیت
f6159c2e55
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);
       });
 
     });