Skip to content

Commit

Permalink
updted test fo IBC Transfer parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Oct 14, 2023
1 parent f78c443 commit b94bb73
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pkg/indexer/decode/handle/test/ibc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,6 @@ func TestDecodeMsg_SuccessOnIBCMsgTransfer(t *testing.T) {
},
},
},
{
Type: storageTypes.MsgAddressTypeReceiver,
Address: storage.Address{
Id: 0,
Height: blob.Height,
LastHeight: blob.Height,
Address: "celestia1vsvx8n7f8dh5udesqqhgrjutyun7zqrgehdq2l",
Hash: []byte{0x64, 0x18, 0x63, 0xcf, 0xc9, 0x3b, 0x6f, 0x4e, 0x37, 0x30, 0x0, 0x2e, 0x81, 0xcb, 0x8b, 0x27, 0x27, 0xe1, 0x0, 0x68},
Balance: storage.Balance{
Id: 0,
Total: decimal.Zero,
},
},
},
}

msgExpected := storage.Message{
Expand Down

0 comments on commit b94bb73

Please sign in to comment.