Skip to content

Commit

Permalink
Fix assertion - thanks Tamara
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Jan 17, 2025
1 parent 7f699f6 commit c9c67cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus/src/renderer-util.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ describe("renderer utils", () => {

// Assert
expect(validatorSpy).toHaveBeenCalledTimes(2);
expect(scoreSpy).toHaveBeenCalled();
expect(scoreSpy).toHaveBeenCalledTimes(2);
expect(score).toEqual({
type: "points",
total: 2,
Expand Down

0 comments on commit c9c67cd

Please sign in to comment.