Merge pull request #71 from bluesuncorp/v5-development

V5 development
pull/73/head v5.7.1
Dean Karn 9 years ago
commit df95f9de27
  1. 2
      validator_test.go

@ -2044,6 +2044,8 @@ func TestFlattening(t *testing.T) {
func TestStructStringValidation(t *testing.T) {
validate.SetMaxStructPoolSize(11)
tSuccess := &TestString{
Required: "Required",
Len: "length==10",

Loading…
Cancel
Save