Skip to content

Commit

Permalink
test: fixing ibc conformance test (#469)
Browse files Browse the repository at this point in the history
fixing ibc conformance test. the custom genesis values are needed just for upgrade test
  • Loading branch information
spoo-bar committed Oct 11, 2023
1 parent e418803 commit 37dec9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions interchaintest/chain_upgrade_test.go
Expand Up @@ -98,6 +98,7 @@ func startChain(t *testing.T, startingVersion string) (*cosmos.CosmosChain, *cli
numOfVals := 1
archwayChainSpec := GetArchwaySpec(initialVersion, numOfVals)
archwayChainSpec.UsingNewGenesisCommand = false
archwayChainSpec.ChainConfig.ModifyGenesis = cosmos.ModifyGenesis(getTestGenesis())
cf := interchaintest.NewBuiltinChainFactory(zaptest.NewLogger(t), []*interchaintest.ChainSpec{
archwayChainSpec,
})
Expand Down
1 change: 0 additions & 1 deletion interchaintest/setup.go
Expand Up @@ -56,7 +56,6 @@ func getDefaultChainConfig() ibc.ChainConfig {
NoHostMount: false,
SkipGenTx: false,
PreGenesis: nil,
ModifyGenesis: cosmos.ModifyGenesis(getTestGenesis()),
UsingNewGenesisCommand: true,
ModifyGenesisAmounts: func() (types.Coin, types.Coin) {
genesisAmount := types.Coin{
Expand Down

0 comments on commit 37dec9b

Please sign in to comment.