Ver Fonte

Cleanup

Steven Silvester há 9 anos atrás
pai
commit
48ad013f45
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      test/src/notebook/editor/model.spec.ts

+ 1 - 3
test/src/notebook/editor/model.spec.ts

@@ -151,7 +151,7 @@ describe('jupyter-js-notebook', () => {
 
     });
 
-    describe('#mimetype', () => {
+    describe('#lineNumbers', () => {
 
       it('should default to false', () => {
         let model = new EditorModel();
@@ -279,6 +279,4 @@ describe('jupyter-js-notebook', () => {
 
   });
 
-
-
 });