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));