Skip to content

Commit

Permalink
chore: adressing PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Jul 14, 2022
1 parent ce2828e commit 67b1a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/testconfig/testconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ func DefaultChainOptions() ChainOptions {
}

// newDefaultSimappConfig creates an ibc configuration for simd.
func newDefaultSimappConfig(tc TestConfig, name, chainId, denom string) ibc.ChainConfig {
func newDefaultSimappConfig(tc TestConfig, name, chainID, denom string) ibc.ChainConfig {
return ibc.ChainConfig{
Type: "cosmos",
Name: name,
ChainID: chainId,
ChainID: chainID,
Images: []ibc.DockerImage{
{
Repository: tc.SimdImage,
Expand Down

0 comments on commit 67b1a8b

Please sign in to comment.