fix: remove zeroed fields

This commit is contained in:
c9s 2022-05-04 15:55:10 +08:00
parent 8a93f0921f
commit 40c2de3259
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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"),
},
})