Skip to content

Commit

Permalink
Fix checkstyle violation
Browse files Browse the repository at this point in the history
Fix checkstyle violation
  • Loading branch information
dabico committed Dec 21, 2023
1 parent 1cbf307 commit e76848e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ private static final class Contract {
@ParameterizedTest
@EmptySource
@ValueSource(strings = {
" ",
"dVOlIJdpOoAJHyLLnBovTzhgEzm7xN54Cx3KxvKB",
" ",
"dVOlIJdpOoAJHyLLnBovTzhgEzm7xN54Cx3KxvKB",
})
void invalidTest(String value) {
Set<ConstraintViolation<Contract>> violations = validator.validate(new Contract(value));
Expand Down
4 changes: 2 additions & 2 deletions jakarta-validation-utils-template/test/GitHubPATTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ private static final class Contract {
@ParameterizedTest
@EmptySource
@ValueSource(strings = {
" ",
"dVOlIJdpOoAJHyLLnBovTzhgEzm7xN54Cx3KxvKB",
" ",
"dVOlIJdpOoAJHyLLnBovTzhgEzm7xN54Cx3KxvKB",
})
void invalidTest(String value) {
Set<ConstraintViolation<Contract>> violations = validator.validate(new Contract(value));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ private static final class Contract {
@ParameterizedTest
@EmptySource
@ValueSource(strings = {
" ",
"dVOlIJdpOoAJHyLLnBovTzhgEzm7xN54Cx3KxvKB",
" ",
"dVOlIJdpOoAJHyLLnBovTzhgEzm7xN54Cx3KxvKB",
})
void invalidTest(String value) {
Set<ConstraintViolation<Contract>> violations = validator.validate(new Contract(value));
Expand Down

0 comments on commit e76848e

Please sign in to comment.