From 041ddea06d428039a4ed06a10a15f66513cf8d46 Mon Sep 17 00:00:00 2001 From: David Kagan Date: Fri, 7 Apr 2023 09:21:24 -0400 Subject: [PATCH] integration tests passed, go test now will pass --- field_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/field_test.go b/field_test.go index e972e483a..51792e453 100644 --- a/field_test.go +++ b/field_test.go @@ -165,7 +165,7 @@ func TestField_NameValidation(t *testing.T) { "camelCase", "UPPERCASE", ".meta", - "charact23112345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901", + "charact30112345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901123456789012345678901234567790123456789012345678901234567890123456789012", } _, idx := test.MustOpenIndex(t)