Skip to content

Commit

Permalink
fix: failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
alisher-epam committed Nov 15, 2023
1 parent f73c172 commit 5a5a5c1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions lib/Donors/DonorsContainer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ jest.mock('./hooks', () => ({
const defaultProps = {
columnMapping: {},
columnWidths: {},
donors: [],
fields: {
value: [
'1',
'2',
],
},
donorIds: [
'1',
'2',
],
formatter: {},
donors: [],
id: 'donors',
setDonorIds,
searchLabel: 'Search',
Expand Down

0 comments on commit 5a5a5c1

Please sign in to comment.