mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Test GitHub action test failure
This commit is contained in:
parent
24118e991e
commit
7eb5af9975
2 changed files with 1 additions and 3 deletions
|
@ -158,6 +158,3 @@ The Spring PetClinic sample application is released under version 2.0 of the [Ap
|
|||
[spring-petclinic-graphql]: https://github.com/spring-petclinic/spring-petclinic-graphql
|
||||
[spring-petclinic-kotlin]: https://github.com/spring-petclinic/spring-petclinic-kotlin
|
||||
[spring-petclinic-rest]: https://github.com/spring-petclinic/spring-petclinic-rest
|
||||
|
||||
# GitHub Actions Test
|
||||
- Brandon Test 1
|
|
@ -55,6 +55,7 @@ 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