mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
testing jenkin auto build on commit
This commit is contained in:
parent
6730a229a0
commit
0be9ffc6d6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class ValidatorTests {
|
|||
|
||||
LocaleContextHolder.setLocale(Locale.ENGLISH);
|
||||
Person person = new Person();
|
||||
person.setFirstName("");
|
||||
person.setFirstName("Suneel");
|
||||
person.setLastName("smith");
|
||||
|
||||
Validator validator = createValidator();
|
||||
|
|
Loading…
Reference in a new issue