Skip to content

Commit 8f2d2aa

Browse files
committed
remove memo
1 parent 012d345 commit 8f2d2aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/apps/27-interchain-accounts/types/packet_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import (
77
ibctesting "github.com/cosmos/ibc-go/v8/testing"
88
)
99

10-
var largeMemo = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum"
11-
1210
func (suite *TypesTestSuite) TestValidateBasic() {
1311
testCases := []struct {
1412
name string
@@ -64,7 +62,7 @@ func (suite *TypesTestSuite) TestValidateBasic() {
6462
types.InterchainAccountPacketData{
6563
Type: types.EXECUTE_TX,
6664
Data: []byte("data"),
67-
Memo: largeMemo,
65+
Memo: ibctesting.GenerateString(types.MaxMemoCharLength + 1),
6866
},
6967
false,
7068
},

0 commit comments

Comments
 (0)