Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jul 18, 2024
1 parent 8da0f00 commit 9769141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func TestDetailsDownloadRateJSON(t *testing.T) {
rate_in float64
rate_out float64
}{
{"non_infinity", .8, 1794.7, 1794},
{"non_infinity", .8, 1794.7, 1794.7},
{"positive_infinity", 0.99, math.Inf(1), 0},
{"negative_infinity", 0.99, math.Inf(-1), 0},
{"not_a_number", 0.99, math.NaN(), 0},
Expand Down

0 comments on commit 9769141

Please sign in to comment.