Skip to content

Commit

Permalink
Fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Nov 17, 2023
1 parent cd7d1a2 commit 5c553ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clients/LoathingDate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ describe("SVG", () => {
expect(d.getMoonsAsSvg()).toBe(dedent`
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="110" height="30" style="dominant-baseline: hanging;">
<text x="10" y="2" font-size="30">🌘</text>
<text x="70" y="2" font-size="30">πŸŒ•</text>
<text x="87" y="11" font-size="10">πŸŒ‘</text>
<text x="10" y="2" font-size="30">🌘</text>
<text x="70" y="2" font-size="30">πŸŒ•</text>
<text x="87" y="11" font-size="10">πŸŒ‘</text>
</svg>
`);
});
Expand Down

0 comments on commit 5c553ab

Please sign in to comment.