Skip to content

Commit c8da0b2

Browse files
committed
tidy up
1 parent 715a23a commit c8da0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decimal64math_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func TestDecimal64Add(t *testing.T) {
6767
t.Run("tiny-neg", add("1E-383", "-1E-398", "9.99999999999999E-384", nil))
6868

6969
he := Context64{Rounding: HalfEven}
70-
t.Run("round-even", add("12345678", "0.1234567850000000", "12345678.12345678", &he))
70+
t.Run("round-even", add("12345678", "0.123456785", "12345678.12345678", &he))
7171
}
7272

7373
func TestDecimal64AddNaN(t *testing.T) {

0 commit comments

Comments
 (0)