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

   > @adamsaghy How can I find out why these actions are failing. Can I run the 
tests locally?
   
   Yes, of course you can run locally integration tests or just 1 particular 
test!
   
   You can find a how to run integration tests guide here: 
https://fineract-academy.com/how-to-run-fineract-integration-test-with-intellij-idea.html
   
   ```
   org.apache.fineract.integrationtests.SpmServiceIntegrationTest
   
     Test testCreateSurvey() FAILED
   
     java.lang.AssertionError: 
     Expecting actual not to be null
         at 
org.apache.fineract.integrationtests.SpmServiceIntegrationTest.testCreateSurvey(SpmServiceIntegrationTest.java:59)
   
     Test testCreateSurveyWithInvalidData() FAILED
   
     java.lang.AssertionError: 
     Expecting code to raise a throwable.
         at 
org.apache.fineract.integrationtests.SpmServiceIntegrationTest.testCreateSurveyWithInvalidData(SpmServiceIntegrationTest.java:80)
   
   ```


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