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 0efef34..e1ba82a 100644 --- a/test/glossary.js +++ b/test/glossary.js @@ -23,7 +23,7 @@ describe('Glossary', function() { before(function() { return mock.setupDefaultBook({ - 'GLOSSARY.md': '# Glossary\n\n### Hello World\n\nThis is an entry' + 'GLOSSARY.md': '# Glossary\n\n## Hello World\n\nThis is an entry' }) .then(function(_book) { book = _book; |