Skip to content

Commit ac00811

Browse files
chore: update tests
1 parent 33eaad0 commit ac00811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/grant-explorer/src/features/contributors/__tests__/ViewContributionHistory.test.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const mockContributions: Contribution[] = [
3838
},
3939
donationsStartTime: faker.date.past().toISOString(),
4040
donationsEndTime: faker.date.future().toISOString(),
41+
strategyName: "",
4142
},
4243
application: {
4344
project: {
@@ -71,6 +72,7 @@ const mockContributions: Contribution[] = [
7172
},
7273
donationsStartTime: faker.date.past().toISOString(),
7374
donationsEndTime: faker.date.past().toISOString(),
75+
strategyName: "",
7476
},
7577
application: {
7678
project: {

0 commit comments

Comments
 (0)