Skip to content

Commit

Permalink
fix the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Mar 5, 2024
1 parent 016438e commit b9b89ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions x/uibc/uics20/ibc_module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,6 @@ func TestDeserializeFTData(t *testing.T) {
{
name: "valid packet data ",
packetData: func() []byte {
ftData := ics20types.FungibleTokenPacketData{
Denom: atomCoin.Denom,
Amount: atomCoin.Amount.String(),
Sender: senderAddr,
Receiver: recvAddr,
Memo: "",
}
mar, err := json.Marshal(ftData)
assert.NilError(t, err)
return mar
Expand Down

0 comments on commit b9b89ce

Please sign in to comment.