mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
Merge 0be9ffc6d6
into 6730a229a0
This commit is contained in:
commit
59e875df3b
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