Skip to content

Commit

Permalink
Add a spec reference for a test added as part of BVTCK-87
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored and gunnarmorling committed Mar 7, 2017
1 parent a21f3dd commit aad05f3
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -77,7 +77,8 @@ public void testConstraintWithCustomAttributes() {

@Test
@SpecAssertions({
@SpecAssertion(section = "3.2", id = "a")
@SpecAssertion(section = "3.2", id = "a"),
@SpecAssertion(section = "3.2", id = "b")
})
public void testRepeatableConstraint() {
Validator validator = TestUtil.getValidatorUnderTest();
Expand Down

0 comments on commit aad05f3

Please sign in to comment.