Skip to content

Commit

Permalink
i'd rather not talk about it
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Zurek committed Dec 26, 2017
1 parent 44c20e6 commit 89eacdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/app/femr/business/services/PatientServiceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
public class PatientServiceTest {

private IPatientService patientService;
private IRepository<IPatientEncounter> patientEncounterRepository;
private MockPatientRepository mockPatientRepository;
private MockDataModelMapper mockDataModelMapper;
private MockItemModelMapper mockItemModelMapper;
Expand All @@ -50,7 +49,7 @@ public void setUp() throws Exception {
mockDataModelMapper = new MockDataModelMapper();
mockItemModelMapper = new MockItemModelMapper();

patientService = new PatientService(mockPatientRepository, patientEncounterRepository, mockDataModelMapper, mockItemModelMapper);
patientService = new PatientService(mockPatientRepository, mockDataModelMapper, mockItemModelMapper);
}

@After
Expand Down

0 comments on commit 89eacdb

Please sign in to comment.