Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbate committed Nov 6, 2024
1 parent 0df93aa commit 9b44bf1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public class PatientServiceTest extends BaseWebContextSensitiveTest {
@Autowired
PersonService personService;


@Autowired
PatientIdentityTypeService identityTypeService;

Expand All @@ -62,7 +61,7 @@ public void tearDown() {
patientTypeService.deleteAll(patientTypeService.getAll());
}

@Test
@Test
public void getSubjectNumber_shouldReturnSubjectNumber() throws Exception {
String firstName = "John";
String lastname = "Doe";
Expand Down Expand Up @@ -934,7 +933,6 @@ public void getLocalizedGender_shouldReturnCorrectLocalizedGender() throws Excep
Assert.assertEquals("MALE", localizedGender);
}


@Test
public void getBirthdayForDisplay_shouldReturnBirthdayForDisplay() throws Exception {
String firstName = "Tayebwa";
Expand Down

0 comments on commit 9b44bf1

Please sign in to comment.