Skip to content

Commit ae40bb2

Browse files
committed
fix test
1 parent a445074 commit ae40bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func Test_fmtRow(t *testing.T) {
5959
}{
6060
{
6161
pair: product,
62-
expected: "\n BTC/USD 8888.13 0.12345678 1.02% 8888.13 8888.16 9000.20 8888.13 5000",
62+
expected: " BTC/USD 8888.13 0.12345678 1.02% 8888.13 8888.16 9000.20 8888.13 5000",
6363
},
6464
}
6565

0 commit comments

Comments
 (0)