Skip to content

Commit

Permalink
Faltaba definir la variable, la pongo directamente
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287627 committed Apr 28, 2024
1 parent 49ba828 commit cf622cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/RankingList.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('RankingList', () => {

async function renderRankingList() {
await act(async () => {
render(<RankingList setError={emptyFunction} />);
render(<RankingList setError={() => {}} />);
});
}

Expand Down

0 comments on commit cf622cf

Please sign in to comment.