mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 04:20:50 +01:00
Add Test Case for MsgPack Marshal and Unmarshal
This commit is contained in:
parent
879e52d70a
commit
4526b4a8bd
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ func TestMsgPack(t *testing.T) {
|
|||
if err != nil{
|
||||
t.Error(err)
|
||||
}
|
||||
s = amount.String()
|
||||
|
||||
// MarshalMsg
|
||||
var b []byte
|
||||
|
|
Loading…
Reference in a new issue