Skip to content

Commit

Permalink
Fix: changed test name to match new function name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexappleget committed Nov 18, 2024
1 parent f301ee9 commit b26a582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/apiFunctions.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ describe('apiFunctions', () => {
});
});

describe('getAllLeagueEntries()', () => {
describe('getTotalEntries()', () => {
beforeEach(() => {
jest.clearAllMocks();
});
Expand Down

0 comments on commit b26a582

Please sign in to comment.