Skip to content

Commit

Permalink
chore: updating test name
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Aug 16, 2022
1 parent bb08d13 commit f9de6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/interchain_accounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (s *InterchainAccountsTestSuite) RegisterICA(ctx context.Context, chain *co
return err
}

func (s *InterchainAccountsTestSuite) TestInterchainAccounts_SuccessfulTransfer() {
func (s *InterchainAccountsTestSuite) TestMsgSubmitTx_SuccessfulTransfer() {

This comment has been minimized.

Copy link
@charleenfei

charleenfei Aug 16, 2022

Contributor

i've got the unhappy path in this test too -- maybe it can just be broken out in another test

t := s.T()
ctx := context.TODO()

Expand Down

0 comments on commit f9de6e6

Please sign in to comment.