Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss committed Sep 4, 2024
1 parent a88499d commit 4346d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/misc.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('MiscController', () => {
to,
weekday
);
expect(result).toBe(JSON.stringify({ count }, null, 2));
expect(result).toEqual({ count });
});

it('should use default weekday 1 if not provided', async () => {
Expand Down

0 comments on commit 4346d6e

Please sign in to comment.