We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715a23a commit c8da0b2Copy full SHA for c8da0b2
decimal64math_test.go
@@ -67,7 +67,7 @@ func TestDecimal64Add(t *testing.T) {
67
t.Run("tiny-neg", add("1E-383", "-1E-398", "9.99999999999999E-384", nil))
68
69
he := Context64{Rounding: HalfEven}
70
- t.Run("round-even", add("12345678", "0.1234567850000000", "12345678.12345678", &he))
+ t.Run("round-even", add("12345678", "0.123456785", "12345678.12345678", &he))
71
}
72
73
func TestDecimal64AddNaN(t *testing.T) {
0 commit comments