Browse Source

Update test

Steven Silvester 8 years ago
parent
commit
c57256b2f7
1 changed files with 1 additions and 1 deletions
  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' });
     });
 
   });