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


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/InstanceModeIntegrationTest.java:
##########
@@ -89,7 +72,8 @@ public void 
testGetHeadOfficeWorks_WhenInstanceModeIsWriteOnly() {
     public void testGetHeadOfficeDoesntWork_WhenInstanceModeIsBatchOnly() {
         // given
         // when
-        CallFailedRuntimeException exception = 
assertThrows(CallFailedRuntimeException.class, () -> 
OfficeHelper.getHeadOffice());
+        org.apache.fineract.client.feign.util.CallFailedRuntimeException 
exception = assertThrows(

Review Comment:
   Any reason to change `CallFailedRuntimeException` to 
`org.apache.fineract.client.feign.util.CallFailedRuntimeException`?



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