adamsaghy commented on code in PR #2777:
URL: https://github.com/apache/fineract/pull/2777#discussion_r1061522871
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/DelinquencyBucketsIntegrationTest.java:
##########
@@ -781,7 +781,7 @@ public void testLoanClassificationStepAsPartOfCOB() {
// Move the Business date to get older the loan and to have an overdue
loan
LocalDate lastLoanCOBBusinessDate = businessDate;
- businessDate = businessDate.plusDays(3);
+ businessDate = businessDate.plusDays(4);
Review Comment:
I dont like this.
If it was not failing prior, why it started to fail when the catch up was
introduced.
If it was wrong, why it was not failing and why started now?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]