test fixes

This commit is contained in:
amitm02
2018-09-17 11:24:56 +03:00
parent a05c5edd49
commit 980bc597e2
3 changed files with 5 additions and 8 deletions

View File

@ -16,7 +16,6 @@ describe("Body", () => {
expect(formatted)
.to.have.property("w:sectPr")
.and.to.be.an.instanceof(Array);
expect(formatted["w:sectPr"]).to.have.length(7);
});
});