fixed field test negative validations

This commit is contained in:
David Kagan 2023-04-07 14:24:17 -04:00
parent 6efa466ec8
commit d656bffc45

View file

@ -165,7 +165,7 @@ func TestField_NameValidation(t *testing.T) {
"camelCase",
"UPPERCASE",
".meta",
"charact30112345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901123456789012345678901234567790123456789012345678901234567890123456789012",
"charact23112345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901"
}
_, idx := test.MustOpenIndex(t)