diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/glossary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/glossary.js b/test/glossary.js index 14c3cf7..fb573d9 100644 --- a/test/glossary.js +++ b/test/glossary.js @@ -76,7 +76,7 @@ describe('Glossary', function () { it('should correctly select the longest term', function() { readme.should.be.html({ - ".page-inner a[href='GLOSSARY.html#test-long']": { + ".page-inner a[href='GLOSSARY.html#test_long']": { count: 1, text: "test long" } |