OpenMRS core: PatientServiceTest test failed

I recently cloned openmrs-core. At time of build PatientServiceTest.unvoidPerson_shouldUnvoidTheGivenPerson() this test failed.Here is console log: https://pastebin.com/xKR8sbxG

Problem solved. I just again cloned that repository.

1 Like

git pull upstream master helps you to update your module,try to always use it before making code changes!!