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

   Please fix compilation errors:
   ```
   
/home/runner/work/fineract/fineract/fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanRepaymentStepDef.java:148:
 error: cannot find symbol
           GetUsersUserIdResponse user = ok(() -> 
fineractClient.users().retrieveOne31(createdUserId));
                                                                        ^
     symbol:   method retrieveOne31(Long)
     location: interface UsersApi
   
/home/runner/work/fineract/fineract/fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanRepaymentStepDef.java:203:
 error: cannot find symbol
           GetUsersUserIdResponse user = ok(() -> 
fineractClient.users().retrieveOne31(createdUserId));
   
   
/home/runner/work/fineract/fineract/fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/common/BatchApiStepDef.java:555:
 error: cannot find symbol
           GetUsersUserIdResponse user = 
fineractFeignClient.users().retrieveOne31(createdUserId);
                                                                    ^
     symbol:   method retrieveOne31(Long)
     location: interface UsersApi
   
/home/runner/work/fineract/fineract/fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/common/UserStepDef.java:71:
 error: cannot find symbol
           PostUsersResponse createUserResponse = ok(() -> 
fineractClient.users().create15(postUsersRequest));
                                                                                
 ^
     symbol:   method create15(PostUsersRequest)
     location: interface UsersApi
   ```


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