adamsaghy commented on PR #6042:
URL: https://github.com/apache/fineract/pull/6042#issuecomment-4809585121

   `  symbol:   method retrieveLoan(long,Map<String,String>)
     location: interface LoansApi
   
/home/runner/work/fineract/fineract/fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanChargeAdjustmentStepDef.java:126:
 error: cannot find symbol
                   () -> fineractClient.loans().retrieveLoan(loanId, 
Map.of("associations", "transactions")));
                                               ^
     symbol:   method retrieveLoan(long,Map<String,String>)
     location: interface LoansApi
   
/home/runner/work/fineract/fineract/fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanCapitalizedIncomeStepDef.java:61:
 error: cannot find symbol
                   () -> fineractClient.loans().retrieveLoan(loanId, 
Map.of("associations", "transactions")));
                                               ^
     symbol:   method retrieveLoan(long,Map<String,String>)
     location: interface LoansApi
   
/home/runner/work/fineract/fineract/fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanOverrideFieldsStepDef.java:57:
 error: cannot find symbol
                   () -> fineractClient.loans().retrieveLoan(loanId, 
Map.of("staffInSelectedOfficeOnly", "false")));
                                               ^
     symbol:   method retrieveLoan(Long,Map<String,String>)
     location: interface LoansApi
   
/home/runner/work/fineract/fineract/fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanOverrideFieldsStepDef.java:104:
 error: cannot find symbol
                   () -> 
fineractClient.loans().calculateLoanScheduleOrSubmitLoanApplication(loansRequest,
 Map.of()));
                                               ^
     symbol:   method 
calculateLoanScheduleOrSubmitLoanApplication(PostLoansRequest,Map<Object,Object>)
     location: interface LoansApi
   297 errors`
   
   You might have forgot to update method names in tests.


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