reluxa commented on code in PR #3545:
URL: https://github.com/apache/fineract/pull/3545#discussion_r1374338641
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/inlinecob/InlineLoanCOBTest.java:
##########
@@ -185,7 +185,7 @@ public void testInlineCOBCatchUpLoans() {
final GetDelinquencyBucketsResponse delinquencyBucket =
DelinquencyBucketsHelper.getDelinquencyBucket(requestSpec, responseSpec,
delinquencyBucketResponse.getResourceId());
- final Integer loanProductID =
createLoanProduct(loanTransactionHelper, delinquencyBucket.getId());
+ final Integer loanProductID =
createLoanProduct(loanTransactionHelper,
Math.toIntExact(delinquencyBucket.getId()));
Review Comment:
We may also update the LoanProductTestBuilder to use Longs for the bucket
identifiers.
--
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]