Browse Source

Update test

Steven Silvester 8 năm trước cách đây
mục cha
commit
c57256b2f7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/src/notebook/celltools.spec.ts

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

@@ -460,7 +460,7 @@ describe('notebook/celltools', () => {
       simulate(select, 'focus');
       tool.selectNode.selectedIndex = 1;
       simulate(select, 'change');
-      expect(metadata.get('slideshow')).to.be('slide');
+      expect(metadata.get('slideshow')).to.eql({ 'slide_type': 'slide' });
     });
 
   });