mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
parent
299f02e09b
commit
fd7caf4f72
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class ValidatorTests {
|
|||
|
||||
LocaleContextHolder.setLocale(Locale.ENGLISH);
|
||||
Person person = new Person();
|
||||
person.setFirstName("notempty");
|
||||
person.setFirstName("");
|
||||
person.setLastName("smith");
|
||||
|
||||
Validator validator = createValidator();
|
||||
|
|
Loading…
Reference in a new issue