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

@ -28,8 +28,7 @@ describe("ThematicBreak", () => {
val: "single",
sz: "6"
};
delete newJson.pBdr[0].bottom[0]._attr.xmlKeys;
assert(JSON.stringify(newJson.pBdr[0].bottom[0]._attr) === JSON.stringify(attributes));
assert.equal(JSON.stringify(newJson.root[0].root[0].root), JSON.stringify(attributes));
});
})
});