Skip to content

Commit

Permalink
update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
HrithikSampson committed Sep 17, 2024
1 parent 86e315a commit 1d33d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/repositories/donationRepository.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ describe(
);
describe('donorsCountPerDate() test cases', donorsCountPerDateTestCases);

describe('getSumOfGivbackEligibleDonationsForSpecificRound() test cases',
describe(
'getSumOfGivbackEligibleDonationsForSpecificRound() test cases',
getSumOfGivbackEligibleDonationsForSpecificRoundTestCases,
);

Expand Down

0 comments on commit 1d33d40

Please sign in to comment.