Skip to content

Commit

Permalink
Revert "break a test"
Browse files Browse the repository at this point in the history
This reverts commit 6f46626.
  • Loading branch information
g0t4 committed Sep 19, 2020
1 parent 6f46626 commit d18f22a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void shouldNotValidateWhenFirstNameEmpty() {

LocaleContextHolder.setLocale(Locale.ENGLISH);
Person person = new Person();
person.setFirstName("notempty");
person.setFirstName("");
person.setLastName("smith");

Validator validator = createValidator();
Expand Down

1 comment on commit d18f22a

@KKMishra1999
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing the break

Please sign in to comment.