summaryrefslogtreecommitdiffstats
path: root/test/glossary.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/glossary.js')
-rw-r--r--test/glossary.js2
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;