Skip to content

Commit

Permalink
hdr_test: Test more edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Jul 6, 2023
1 parent ca33225 commit 6f7548d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions output/cloud/expv2/hdr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ func TestValueBacket(t *testing.T) {
{in: -1029, exp: 0},
{in: -12, exp: 0},
{in: -0.82673, exp: 0},
{in: 0, exp: 0},
{in: 0.12, exp: 1},
{in: 1.91, exp: 2},
{in: 10, exp: 10},
{in: 12, exp: 12},
{in: 12.5, exp: 13},
Expand Down

0 comments on commit 6f7548d

Please sign in to comment.