Skip to content

Commit

Permalink
Merge branch 'main' into q3_robot_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Safiyab committed Mar 7, 2023
2 parents 9cb30d5 + f3e73e8 commit 20e939b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-app/main/default/classes/RD2_ApiService_TEST.cls
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ private class RD2_ApiService_TEST {
private static void shouldReturnErrorForPauseWhenEndDateIsMoreThanTwelveMonthsAfterStartDate() {
npe03__Recurring_Donation__c rd = rdGateway.getRecords()[0];
RD2_ApiService.PauseObject pauseObject = createPauseObjectWithDetail(
Date.today(), Date.today().addDays(367), 'Vacation');
Date.today(), Date.today().addYears(1).addDays(2), 'Vacation');

new RD2_ApiService().isValidPauseData(rd.Id, pauseObject, new RD2_RecurringDonation(rd));

Expand Down

0 comments on commit 20e939b

Please sign in to comment.