Skip to content

Commit

Permalink
reverse the change
Browse files Browse the repository at this point in the history
  • Loading branch information
kepsteen committed Nov 2, 2024
1 parent a38c21f commit 2071393
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 2071393

Please sign in to comment.