summaryrefslogtreecommitdiffstats
path: root/test/json.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/json.js')
-rw-r--r--test/json.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json.js b/test/json.js
index e0ad14f..c600ffa 100644
--- a/test/json.js
+++ b/test/json.js
@@ -21,7 +21,7 @@ describe('JSON generator', function () {
assert(fs.existsSync(path.join(output, "sub/test1.json")));
var test1 = JSON.parse(fs.readFileSync(path.join(output, "sub/test1.json")));
- assert(test1.sections[0].content.indexOf("intro.html") > 0);
+ assert(test1.sections[0].content.indexOf("index.html") > 0);
}, done);
});