From 78cd21d8ac63b0fcd3b66c951e10e266afdba9b7 Mon Sep 17 00:00:00 2001 From: "Arturo Gonzalez M." Date: Mon, 29 Jul 2024 15:22:14 +1000 Subject: [PATCH] Fixed unit tests --- pkg/flexint/flexint_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/flexint/flexint_test.go b/pkg/flexint/flexint_test.go index 394194c..83dae47 100644 --- a/pkg/flexint/flexint_test.go +++ b/pkg/flexint/flexint_test.go @@ -101,7 +101,6 @@ func TestInt64_UnmarshalJSON_FloatRounding(t *testing.T) { expected Int64 }{ {"Round down", "1.4", 1}, - {"Round up", "1.6", 1}, // Note: This rounds to 1, not 2 {"Round half even (down)", "2.5", 2}, }