mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-19 04:50:02 +02:00
api/message/msgpack/codec_test.go: remove outcommented code.
This commit is contained in:
parent
8154bee1c2
commit
c34603325e
1 changed files with 0 additions and 3 deletions
|
|
@ -309,9 +309,6 @@ func TestMsgpack_DecodeTransactionTrace(t *testing.T) {
|
|||
Error: 43,
|
||||
}
|
||||
|
||||
// x, _ := encode(expected)
|
||||
// assert.Equal(t, data, string(x))
|
||||
|
||||
res := message.TransactionTrace{}
|
||||
err := decode(data, &res)
|
||||
assert.NoError(t, err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue