Ambika-Sony commented on PR #5665:
URL: https://github.com/apache/fineract/pull/5665#issuecomment-4384799768

   > @Ambika-Sony Please fix the compilation error:
   > 
   > ```
   > 
   > > Task :fineract-core:compileTestJava
   > 
/home/runner/work/fineract/fineract/fineract-core/src/test/java/org/apache/fineract/infrastructure/core/api/ApiParameterHelperTest.java:56:
 error: cannot find symbol
   >     assertThrows(NumberFormatException.class,()->{
   >     ^
   > ```
   > 
   > Please run: `./gradlew spotlessApply spotbugsMain spotbugsTest 
checkstyleMain checkstyleTest` `./gradlew --no-daemon build -x test -x cucumber 
-x doc`
   > 
   > Before any PR or changes, please always run these two commands and make 
sure there is green build!
   
   Hi @adamsaghy — fixed the compilation error. `assertThrows` is now called 
   via `Assertions.assertThrows` consistently with the rest of the test file. 
   Ran both commands locally, build is green. Force pushed. Thank you!


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