Skip to content

Commit

Permalink
adding missing repeatable to bag info requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
johnscancella committed May 2, 2018
1 parent 55fede2 commit 8a97016
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public void testEquals(){
BagInfoRequirement differentListOfAcceptableValues = new BagInfoRequirement();
differentListOfAcceptableValues.setRequired(true);
differentListOfAcceptableValues.setAcceptableValues(Arrays.asList("bar"));
differentListOfAcceptableValues.setRepeatable(false);
Assertions.assertFalse(requirement.equals(differentListOfAcceptableValues));
}
}

0 comments on commit 8a97016

Please # to comment.