Fix inconsistent test name

This commit is contained in:
Nise Void 2021-11-11 10:44:47 +01:00
parent e810582264
commit 6942b984c1
Signed by: NiseVoid
GPG Key ID: FBA14AC83EA602F3
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ func TestRuleGteLte(t *testing.T) {
check(t, fail5, 1) check(t, fail5, 1)
} }
func TestLenMinMax(t *testing.T) { func TestRuleLenMinMax(t *testing.T) {
type s struct { type s struct {
A string `validate:"len=3"` A string `validate:"len=3"`
B []int `validate:"min=2"` B []int `validate:"min=2"`