Skip to content

Commit

Permalink
chore: fix some function names in comment
Browse files Browse the repository at this point in the history
Signed-off-by: toofooboo <[email protected]>
  • Loading branch information
toofooboo committed Dec 20, 2024
1 parent b7a14d8 commit 14012ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ func (tr Chain) removeConsumerChain(action RemoveConsumerChainAction, verbose bo

}

// submitConsumerAdditionProposal initializes a consumer chain and submits a governance proposal
// SubmitConsumerAdditionProposal initializes a consumer chain and submits a governance proposal
func (tr Chain) SubmitConsumerAdditionProposal(
action e2e.SubmitConsumerAdditionProposalAction,
verbose bool,
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ func (tr Commands) GetProposedConsumerChains(chain ChainID) []string {
return chains
}

// getQueryNode returns query node tcp address on chain.
// GetQueryNode returns query node tcp address on chain.
func (tr Commands) GetQueryNode(chain ChainID) string {
return fmt.Sprintf("tcp://%s", tr.GetQueryNodeRPCAddress(chain))
}
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/v5/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ func (tr Commands) GetValidatorIP(chain ChainID, validator ValidatorID) string {
return tr.ChainConfigs[chain].IpPrefix + "." + tr.ValidatorConfigs[validator].IpSuffix
}

// getQueryNode returns query node tcp address on chain.
// GetQueryNode returns query node tcp address on chain.
func (tr Commands) GetQueryNode(chain ChainID) string {
return fmt.Sprintf("tcp://%s", tr.GetQueryNodeRPCAddress(chain))
}
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func (suite *CCVTestSuite) setupTransferChannel(
suite.Require().NoError(err)
}

// SetupAllTransferChannel setup all consumer chains transfer channel
// SetupAllTransferChannels setup all consumer chains transfer channel
func (suite *CCVTestSuite) SetupAllTransferChannels() {
// setup the first consumer transfer channel
suite.SetupTransferChannel()
Expand Down

0 comments on commit 14012ca

Please sign in to comment.