mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fixed field test negative validations
This commit is contained in:
parent
6efa466ec8
commit
d656bffc45
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ func TestField_NameValidation(t *testing.T) {
|
|||
"camelCase",
|
||||
"UPPERCASE",
|
||||
".meta",
|
||||
"charact30112345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901123456789012345678901234567790123456789012345678901234567890123456789012",
|
||||
"charact23112345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901"
|
||||
}
|
||||
|
||||
_, idx := test.MustOpenIndex(t)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue