Skip to content

Commit

Permalink
make a change to trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kepsteen committed Nov 2, 2024
1 parent cc1b144 commit a38c21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ describe('utils', () => {
expect(result).toStrictEqual([mockLeague]);
});
it('should return an empty array if the user has no leagues', async () => {
const result = await getUserLeagues(['']);
const result = await getUserLeagues([]);
expect(getCurrentLeague).toHaveBeenCalledTimes(0);
expect(result).toStrictEqual([]);
});
Expand Down

0 comments on commit a38c21f

Please sign in to comment.