break a test

This commit is contained in:
P-Kalyan426 2024-01-18 16:29:49 +05:30
parent cdd925d664
commit 299f02e09b

View file

@ -45,7 +45,7 @@ class ValidatorTests {
LocaleContextHolder.setLocale(Locale.ENGLISH);
Person person = new Person();
person.setFirstName("");
person.setFirstName("notempty");
person.setLastName("smith");
Validator validator = createValidator();