Skip to content

Commit

Permalink
Test vaccine set up
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed Sep 10, 2020
1 parent 3c04dcf commit ca5ee69
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ public void testVaccineOrCondition() throws ParseException {
given3.type = "not_given";
object.conditions.add(given3);


JoinCondition joinCondition = new JoinCondition("child", object);
VaccineCondition joinCondition = VaccineCondition.init("child", object); //new JoinCondition("child", object);
Assert.assertTrue(joinCondition.passes(sdf.parse("2020-01-01"), list));
}

Expand Down

0 comments on commit ca5ee69

Please sign in to comment.