fixed test case typo
Some checks failed
basebuild / goreleaser (push) Has been cancelled

This commit is contained in:
Gani Georgiev
2024-10-25 10:17:01 +03:00
parent cb46591e70
commit 747c490b0a

View File

@@ -178,7 +178,7 @@ func TestNumberFieldValidateValue(t *testing.T) {
false, false,
}, },
{ {
"infinitiy", "infinity",
&core.NumberField{Name: "test"}, &core.NumberField{Name: "test"},
func() *core.Record { func() *core.Record {
record := core.NewRecord(collection) record := core.NewRecord(collection)