From b94bb73266268a3b90d50a4d3140db98aade638b Mon Sep 17 00:00:00 2001 From: Lavysh Alexander Date: Sun, 15 Oct 2023 00:38:48 +0300 Subject: [PATCH] updted test fo IBC Transfer parsing --- pkg/indexer/decode/handle/test/ibc_test.go | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pkg/indexer/decode/handle/test/ibc_test.go b/pkg/indexer/decode/handle/test/ibc_test.go index ca603d3..466c013 100644 --- a/pkg/indexer/decode/handle/test/ibc_test.go +++ b/pkg/indexer/decode/handle/test/ibc_test.go @@ -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{