integration tests passed, go test now will pass

This commit is contained in:
David Kagan 2023-04-07 09:21:24 -04:00
parent 08e702264b
commit 041ddea06d

View file

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