Rename properties to core properties

This commit is contained in:
Dolan Miu
2018-02-04 01:43:03 +00:00
parent 23c5aef276
commit 6a762c6c0e
7 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@ import { assert } from "chai";
import { Formatter } from "../export/formatter";
import * as file from "../file";
import { Properties } from "../file/properties";
import { CoreProperties } from "../file/core-properties";
import { Attributes } from "../file/xml-components";
import { Utility } from "../tests/utility";
@ -67,7 +67,7 @@ describe("Formatter", () => {
});
it("should format Properties object correctly", () => {
const properties = new Properties({
const properties = new CoreProperties({
title: "test document",
creator: "Dolan",
});