mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Restored project to original code
This commit is contained in:
parent
7eb5af9975
commit
721346b9c1
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ class ValidatorTests {
|
|||
ConstraintViolation<Person> violation = constraintViolations.iterator().next();
|
||||
assertThat(violation.getPropertyPath().toString()).isEqualTo("firstName");
|
||||
assertThat(violation.getMessage()).isEqualTo("must not be empty");
|
||||
assertThat(1).isEqualTo(2);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue