diff options
Diffstat (limited to 'test/page.js')
-rw-r--r-- | test/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/page.js b/test/page.js index 2c59753..cd843c6 100644 --- a/test/page.js +++ b/test/page.js @@ -127,6 +127,6 @@ describe('Section parsing', function() { it('should not have false positive quiz parsing', function() { var LEXED = loadPage('FALSE_QUIZ'); - assert.not.equal(LEXED[0].type, 'quiz'); + assert.equal(LEXED[0].type, 'normal'); }); }); |