Skip to content

Commit

Permalink
test: fix test and linter
Browse files Browse the repository at this point in the history
  • Loading branch information
snobbee committed Nov 8, 2023
1 parent 794c350 commit cc1df88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/ibctransfer/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func TestMsgServer_Transfer(t *testing.T) {
addrs[1].String(),
clienttypes.NewHeight(0, 0),
0,
"",
),
setupMsgServerCalls: func() {
msgSrv.EXPECT().Transfer(gomock.Any(), &sdktransfertypes.MsgTransfer{
Expand Down Expand Up @@ -96,6 +97,7 @@ func TestMsgServer_Transfer(t *testing.T) {
addrs[1].String(),
clienttypes.NewHeight(0, 0),
0,
"",
),
setupBankKeeperCalls: func() {},
setupMsgServerCalls: func() {},
Expand All @@ -113,6 +115,7 @@ func TestMsgServer_Transfer(t *testing.T) {
addrs[1].String(),
clienttypes.NewHeight(0, 0),
0,
"",
),
setupBankKeeperCalls: func() {},
setupMsgServerCalls: func() {},
Expand All @@ -130,6 +133,7 @@ func TestMsgServer_Transfer(t *testing.T) {
addrs[1].String(),
clienttypes.NewHeight(0, 0),
0,
"",
),
setupBankKeeperCalls: func() {},
setupMsgServerCalls: func() {},
Expand Down

0 comments on commit cc1df88

Please sign in to comment.