From 828515fc5165bbc31b128260aec0cf3225e3e2ae Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:28:34 +0800 Subject: [PATCH] fix test --- validator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_test.go b/validator_test.go index d7ba0ca85..8ea0709dc 100644 --- a/validator_test.go +++ b/validator_test.go @@ -13757,7 +13757,7 @@ func TestLuhnChecksumValidation(t *testing.T) { PanicMatches(t, func() { _ = validate.Var(1.1, "luhn_checksum") - }, "Bad field type: float64") + }, "Bad field type float64") } func TestMultiOrOperatorGroup(t *testing.T) {