Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qaziabubakar committed Jan 11, 2021
1 parent f283a82 commit 1d6c9c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class VaccineScheduleTest extends BaseUnitTest {
private Vaccine newVaccine = new Vaccine(0l, VaccineTest.BASEENTITYID, VaccineTest.PROGRAMCLIENTID, magicOPV0, 0,
new Date(),
VaccineTest.ANMID, VaccineTest.LOCATIONID, VaccineTest.SYNCSTATUS, VaccineTest.HIA2STATUS, 0l,
VaccineTest.EVENTID, VaccineTest.FORMSUBMISSIONID, 0, new Date(), 1);
VaccineTest.EVENTID, VaccineTest.FORMSUBMISSIONID, 0, new Date());

@Before
public void setUp() {
Expand Down

0 comments on commit 1d6c9c7

Please sign in to comment.