testing jenkin auto build on commit

This commit is contained in:
LAPTOP-QSODT5VR\Suneel 2018-01-27 22:35:22 +00:00
parent 6730a229a0
commit 0be9ffc6d6

View file

@ -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();