Skip to content

Commit

Permalink
style(prettier): fix prettier conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekMencke committed Aug 28, 2024
1 parent 01868a9 commit 43f1b83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ describe('Parser with 2024-03-20 parse order', () => {
const hiscore = parseHiscoreString(hiscoreString, new Date(2024, 7, 28, 12));

expect(hiscore.bosses[BossEnum.AlchemicalHydra]).toEqual({
name: BossEnum.AlchemicalHydra,
rank: 18991 ,
name: BossEnum.AlchemicalHydra,
rank: 18991,
score: 2198,
});
expect(hiscore.bosses[BossEnum.Araxxor]).toEqual({
Expand Down

0 comments on commit 43f1b83

Please sign in to comment.