Skip to content

Commit

Permalink
fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Jan 30, 2025
1 parent 0a8d7c5 commit 6a4dcb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/people/widgetViews/__tests__/WidgetSwitchViewer.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ describe('WidgetSwitchViewer Component', () => {
getSpecificWorkspaceBounties: jest.fn(() => Promise.resolve()),
peopleBounties: [],
peopleOffers: [],
peoplePosts: []
peoplePosts: [],
phaseBounties: []
}
});
});
Expand Down

0 comments on commit 6a4dcb3

Please sign in to comment.