Steven Silvester пре 8 година
родитељ
комит
c57256b2f7
1 измењених фајлова са 1 додато и 1 уклоњено
  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' });
     });
 
   });