Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/DevyanshuNegi/talawa-admin
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
DevyanshuNegi committed Dec 18, 2024
2 parents 2b6326b + 05e2152 commit 8313f4e
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 @@ -84,7 +84,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 8313f4e

Please sign in to comment.