peter-kovacs-dpc commented on code in PR #6432:
URL: https://github.com/apache/fineract/pull/6432#discussion_r3996378618
##########
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/WorkingCapitalLoanAccountStepDef.java:
##########
@@ -3017,6 +3107,17 @@ private void submitLoanAndStore(final
PostWorkingCapitalLoansRequest request) {
log.info("Working Capital Loan created, loan ID: {}",
response.getLoanId());
}
+ @Then("Working capital loan account has delinquencyGraceDays {int}")
+ public void verifyLoanDelinquencyGraceDays(int expectedGraceDays) {
Review Comment:
removed
--
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]