Skip to content

Commit

Permalink
Merge pull request #599 from mfielding/float
Browse files Browse the repository at this point in the history
Fix failing unit test in other_types_test.go
  • Loading branch information
sijms authored Oct 7, 2024
2 parents 4d53df4 + e750745 commit c7e12a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/converters/other_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestBinaryFloat(t *testing.T) {
},
{
[]byte{60, 249, 140, 204},
-134.45,
-134.44,
},
}

Expand Down

0 comments on commit c7e12a4

Please sign in to comment.