Skip to content

Commit

Permalink
Update x/interchainstaking/keeper/ibc_packet_handlers_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nguyen Thanh Nhan <[email protected]>
  • Loading branch information
DongLieu and ThanhNhann authored Oct 27, 2023
1 parent aa1da97 commit a759da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/interchainstaking/keeper/ibc_packet_handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ func (suite *KeeperTestSuite) TestHandleCompleteSend() {
expectedError: nil,
},
{
name: "is from delegation address", // There is a separate test for handles withdraw for user
name: "From DepositAddress"
message: func(zone *icstypes.Zone) sdk.Msg {
return &banktypes.MsgSend{
FromAddress: zone.DelegationAddress.Address,
Expand Down

0 comments on commit a759da4

Please sign in to comment.