Skip to content

Commit

Permalink
Adapt test expectations to reality
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Nov 10, 2024
1 parent 4204f60 commit 21191fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-js/test-var-glyph.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function makeTestGlyphObject() {
],
anchors: [],
guidelines: [],
backgroundImage: null,
backgroundImage: undefined,
},
customData: {},
},
Expand Down Expand Up @@ -83,7 +83,7 @@ describe("var-glyph Tests", () => {
yAdvance: undefined,
anchors: [],
guidelines: [],
backgroundImage: null,
backgroundImage: undefined,
};
const glyph = StaticGlyph.fromObject(sparseObject);
expect(glyph).to.deep.equal(denseObject);
Expand Down

0 comments on commit 21191fc

Please sign in to comment.