summaryrefslogtreecommitdiffstats
path: root/test/mock.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/mock.js')
-rw-r--r--test/mock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mock.js b/test/mock.js
index fe8ed7a..f9cc657 100644
--- a/test/mock.js
+++ b/test/mock.js
@@ -68,7 +68,7 @@ function setupDefaultBook(files, summary, opts) {
// Output a book with a specific generator
function outputDefaultBook(Output, files, summary, opts) {
- return setupDefaultBook(files, opts)
+ return setupDefaultBook(files, summary, opts)
.then(function(book) {
// Parse the book
return book.parse()