Change type of revision to a number

This commit is contained in:
Rowan Cockett
2021-10-08 15:52:12 -06:00
parent abbd620220
commit 47099d0468
4 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ describe("Properties", () => {
keywords: "test docx",
description: "testing document",
lastModifiedBy: "the author",
revision: "123",
revision: 123,
});
const tree = new Formatter().format(properties);
expect(Object.keys(tree)).to.deep.equal(["cp:coreProperties"]);