fixed tests

This commit is contained in:
Dolan Miu
2016-05-02 22:39:03 +01:00
parent 060ee26225
commit f805d6bef7
6 changed files with 16 additions and 18 deletions

View File

@ -21,8 +21,7 @@ describe("Properties", () => {
title: "test document"
});
var newJson = jsonify(properties);
assert(newJson.coreProperties[1].title === "test document");
assert(newJson.root[1].root === "test document");
});
})
});