Skip to content

Commit

Permalink
fix: import path in e2e from suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Dec 16, 2024
1 parent 6d5937c commit 3d9ad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/interchain_accounts/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ func (s *InterchainAccountsTestSuite) testMsgSendTxSuccessfulGovProposal(order c
msg, err := govv1.NewMsgSubmitProposal(
[]sdk.Msg{testProposal},
sdk.NewCoins(sdk.NewCoin(chainB.Config().Denom, sdkmath.NewInt(10_000_000))),
hostAccount, "e2e", "e2e", "e2e", govtypesv1.ProposalType_PROPOSAL_TYPE_STANDARD,
hostAccount, "e2e", "e2e", "e2e", govv1.ProposalType_PROPOSAL_TYPE_STANDARD,
)
s.Require().NoError(err)

Expand Down

0 comments on commit 3d9ad80

Please sign in to comment.