From d656bffc4577a330377a68976b33c8b36a5b24e7 Mon Sep 17 00:00:00 2001 From: David Kagan Date: Fri, 7 Apr 2023 14:24:17 -0400 Subject: [PATCH] fixed field test negative validations --- field_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/field_test.go b/field_test.go index 51792e453..4ccad9bde 100644 --- a/field_test.go +++ b/field_test.go @@ -165,7 +165,7 @@ func TestField_NameValidation(t *testing.T) { "camelCase", "UPPERCASE", ".meta", - "charact30112345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901123456789012345678901234567790123456789012345678901234567890123456789012", + "charact23112345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901" } _, idx := test.MustOpenIndex(t)