Skip to content

Commit

Permalink
fix test donation to fit into the qfround timeframe
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosQ96 committed Nov 7, 2024
1 parent f2791ef commit a6e527d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/donationResolver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ function doesDonatedToProjectInQfRoundTestCases() {
await saveDonationDirectlyToDb(
createDonationData({
status: DONATION_STATUS.VERIFIED,
createdAt: moment().add(50, 'days').toDate(),
createdAt: moment().add(8, 'days').toDate(),
valueUsd: 20,
qfRoundId: qfRound.id,
}),
Expand Down

0 comments on commit a6e527d

Please sign in to comment.