diff options
Diffstat (limited to 'test/helper.js')
-rw-r--r-- | test/helper.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/helper.js b/test/helper.js index f0f1fb7..8726667 100644 --- a/test/helper.js +++ b/test/helper.js @@ -39,9 +39,6 @@ function parseBook(bookId, test) { return BOOKS[bookId][test].parse() .then(function() { - return BOOKS[bookId][test].generate(test); - }) - .then(function() { return BOOKS[bookId][test]; }); } |