Skip to content

Commit

Permalink
Update src/screens/UserPortal/Volunteer/Groups/Groups.spec.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
DevyanshuNegi and coderabbitai[bot] authored Dec 11, 2024
1 parent bfb4245 commit 05e2152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/UserPortal/Volunteer/Groups/Groups.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('Testing Groups Screen', () => {
const actual = await vi.importActual('react-router-dom');
return {
...actual,
userParams: () => ({ orgId: 'orgId' }),
useParams: () => ({ orgId: 'orgId' }),
};
});
});
Expand Down

0 comments on commit 05e2152

Please sign in to comment.