Closed
Description
While upgrading other modules to JUnit 5, I noticed the tests for these 2 classes are not being executed during the build:
FindPersonApiHandlerTest.java
SavePersonApiHandlerTest.java
I tried a quick upgrade to JUnit 5 but these will take some time to refactor.
Te replicate - remove the Junit dependency and replace with Junit-vintage-engine, or run the tests directly using your IDE.
This issue partially resolves #1500