Skip to content

Commit

Permalink
Fix integration tests for creating donations with matchingFund data
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Dec 5, 2023
1 parent ef27246 commit a5bc9d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/donationService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,7 @@ function insertDonationsFromQfRoundHistoryTestCases() {
const donations = await Donation.find({
where: {
fromWalletAddress: matchingFundFromAddress,
projectId: firstProject.id,
},
});
assert.equal(donations.length, 1);
Expand Down

0 comments on commit a5bc9d0

Please sign in to comment.