adamsaghy commented on code in PR #5579:
URL: https://github.com/apache/fineract/pull/5579#discussion_r2911300734


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/cob/CobPartitioningTest.java:
##########
@@ -167,15 +167,9 @@ public void testLoanCOBPartitioningQuery() throws 
InterruptedException {
             List<Map<String, Object>> cobPartitions = 
CobHelper.getCobPartitions(REQUEST_SPEC, RESPONSE_SPEC, 3, "");
             log.info("\nLoans created: {},\nRetrieved partitions: {}", 
loanIds, cobPartitions);
             Assertions.assertEquals(2, cobPartitions.size());
-
             Assertions.assertEquals(0, cobPartitions.get(0).get("pageNo"));
-            Assertions.assertEquals(loanIds.get(0), 
cobPartitions.get(0).get("minId"));

Review Comment:
   Why did you remove these checks?



-- 
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]

Reply via email to