From d0bd83d6c52ba8b8f20f9eb7fa42dd465da69673 Mon Sep 17 00:00:00 2001 From: Dolan Date: Wed, 24 Jan 2018 13:08:22 +0000 Subject: [PATCH] Fix tests --- src/file/document/body/body.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file/document/body/body.spec.ts b/src/file/document/body/body.spec.ts index b16269bcf8..4036591946 100644 --- a/src/file/document/body/body.spec.ts +++ b/src/file/document/body/body.spec.ts @@ -13,7 +13,7 @@ describe("Body", () => { beforeEach(() => { body = new Body(); - body.push(new SectionProperties(0)); + body.push(new SectionProperties()); body.push(new PageSize(0, 0)); body.push(new PageMargin(0, 0, 0, 0, 0, 0, 0)); body.push(new Columns(0));