java.lang.AssertionError: Expected: iterable containing [is <org.openmrs.module.ebolaexample.domain.ScheduledDose@7bc85d85>, is <org.openmrs.module.ebolaexample.domain.ScheduledDose@13011663>, is <org.openmrs.module.ebolaexample.domain.ScheduledDose@ca118d4>] but: item 0: was <org.openmrs.module.ebolaexample.domain.ScheduledDose@ca118d4>
java.lang.AssertionError:
Expected: iterable containing [is <org.openmrs.module.ebolaexample.domain.ScheduledDose@7bc85d85>, is <org.openmrs.module.ebolaexample.domain.ScheduledDose@13011663>, is <org.openmrs.module.ebolaexample.domain.ScheduledDose@ca118d4>]
but: item 0: was <org.openmrs.module.ebolaexample.domain.ScheduledDose@ca118d4>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.Assert.assertThat(Assert.java:832)
at org.openmrs.module.ebolaexample.api.PharmacyServiceTest.testGetScheduledDosesByPatientAndDateRange(PharmacyServiceTest.java:54)
(37 more lines...)
|