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 94c1d0a..0f54809 100644 --- a/test/page.js +++ b/test/page.js @@ -47,7 +47,7 @@ describe('Page parsing', function() { }); it('should detect an exercise\'s language', function() { - assert.equal(LEXED[1].lang, 'py'); + assert.equal(LEXED[1].lang, 'python'); }); }); |