summaryrefslogtreecommitdiffstats
path: root/test/6-parse.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/6-parse.js')
-rw-r--r--test/6-parse.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/6-parse.js b/test/6-parse.js
index a575720..72e0260 100644
--- a/test/6-parse.js
+++ b/test/6-parse.js
@@ -40,7 +40,8 @@ describe('Parsing', function() {
});
it('should list language books', function() {
-
+ book.isMultilingual().should.equal(true);
+ book.books.should.have.lengthOf(2);
});
});
});