Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Dec 6, 2024
1 parent 2f914b0 commit 828515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 828515f

Please sign in to comment.