1
0
Fork 0
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:
Henrik Hautakoski 2023-05-26 15:08:41 +02:00
parent 8154bee1c2
commit c34603325e

View file

@ -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)