Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu committed Feb 4, 2018
1 parent 6a762c6 commit fd93c07
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/file/relationships/relationships.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ describe("Relationships", () => {
expect(tree["Relationships"][0]).to.deep.equal({
_attr: { xmlns: "http://schemas.openxmlformats.org/package/2006/relationships" },
});
expect(tree["Relationships"][1]).to.deep.equal({
Relationship: [
{
_attr: {
Id: "rId1",
Type: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles",
Target: "styles.xml",
},
},
],
});
});
});
});

0 comments on commit fd93c07

Please sign in to comment.