Skip to content

Commit

Permalink
HV-1239 Fix DSL indentation in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Mar 13, 2017
1 parent 53ab8d1 commit fc3592c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -59,8 +59,8 @@ public void canDeclareContainerElementConstraintsForParameterProgrammatically()
.containerElementType()
.constraint( new SizeDef().max( 5 ) )
.parameter( 1 )
.containerElementType( 0 )
.constraint( new SizeDef().min( 3 ).max( 10 ) )
.containerElementType( 0 )
.constraint( new SizeDef().min( 3 ).max( 10 ) )
.containerElementType( 1 )
.constraint( new MinDef().value( 1 ) );

Expand Down

0 comments on commit fc3592c

Please sign in to comment.