mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 20:40:48 +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{
|
if err != nil{
|
||||||
t.Error(err)
|
t.Error(err)
|
||||||
}
|
}
|
||||||
s = amount.String()
|
|
||||||
|
|
||||||
// MarshalMsg
|
// MarshalMsg
|
||||||
var b []byte
|
var b []byte
|
||||||
|
|
Loading…
Reference in a new issue