Skip to content

Commit

Permalink
Change value usd to -1 to fix test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ae2079 committed Aug 11, 2024
1 parent 3d9fa60 commit 5a146ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ export const DONATION_SEED_DATA = {
currency: 'ETH',
anonymous: false,
amount: 1,
valueUsd: 0,
valueUsd: -1,
userId: SEED_DATA.THIRD_USER.id,
projectId: SEED_DATA.FIRST_PROJECT.id,
createdAt: moment().add(2, 'days'),
Expand Down

0 comments on commit 5a146ad

Please sign in to comment.