mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
fix: remove zeroed fields
This commit is contained in:
parent
8a93f0921f
commit
40c2de3259
|
@ -15,8 +15,6 @@ func TestBalanceMap_Add(t *testing.T) {
|
|||
Currency: "BTC",
|
||||
Available: fixedpoint.MustNewFromString("10.0"),
|
||||
Locked: fixedpoint.MustNewFromString("0"),
|
||||
Borrowed: 0,
|
||||
Interest: 0,
|
||||
NetAsset: fixedpoint.MustNewFromString("10.0"),
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user