Skip to content

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arturogonzalezm committed Jul 29, 2024
1 parent 454d529 commit 78cd21d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/flexint/flexint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}

Expand Down

0 comments on commit 78cd21d

Please sign in to comment.