update input/outpu

This commit is contained in:
2020-10-25 19:20:19 +03:00
parent 1c7e9623ce
commit 8886872c77
41 changed files with 660 additions and 613 deletions

View File

@@ -99,7 +99,7 @@ func TestNotBlank(t *testing.T) {
}
if ca.empty == nil {
ca.empty = &value.Empty{}
ca.empty = value.Empty
}
if err := valid(ca.empty); err == nil || !errors.Is(err, validator.ErrNotBlank) {