Skip to content

Commit

Permalink
Remove JUnit SNAPSHOT argument from IT
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Apr 4, 2019
1 parent 18b4078 commit 7b9ec3f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public static Iterable<Object[]> regexVersions()
args.add( new Object[] { "1.1.1", "5.1.1", "1.0.0", "1.0.0" } );
args.add( new Object[] { "1.2.0", "5.2.0", "1.1.0", "1.0.0" } );
args.add( new Object[] { "1.3.1", "5.3.1", "1.1.1", "1.0.0" } );
args.add( new Object[] { "1.4.0-SNAPSHOT", "5.4.0-SNAPSHOT", "1.1.1", "1.0.0" } );
return args;
}

Expand Down

0 comments on commit 7b9ec3f

Please sign in to comment.