Skip to content

Commit

Permalink
Update BahmniPatientProfileResourceIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhavBeehyv authored Sep 14, 2023
1 parent 2c281e1 commit 56fae38
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public class BahmniPatientProfileResourceIT extends BaseIntegrationTest {
private EmrPatientProfileService emrPatientProfileService;

private BahmniPatientProfileResource bahmniPatientProfileResource;

private SimpleObject propertiesToCreate;
private ClassLoader classLoader;

Expand Down Expand Up @@ -178,4 +177,4 @@ public void shouldCreatePatientWithMultipleIdentifiers() throws Exception {
assertEquals(200, response.getStatusCode().value());
assertEquals(2, ((PatientProfile)response.getBody()).getPatient().getIdentifiers().size());
}
}
}

0 comments on commit 56fae38

Please sign in to comment.