Skip to content

Commit

Permalink
update interchain test upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 committed Nov 28, 2023
1 parent 516235c commit 55b6199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interchaintest/chain_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ func TestPersistenceUpgradeBasic(t *testing.T) {
var (
chainName = "persistence"
upgradeRepo = PersistenceCoreImage.Repository
initialVersion = "v9.2.0"
initialVersion = "10.0.0"
upgradeBranchVersion = PersistenceCoreImage.Version
upgradeName = "v10"
upgradeName = "v11"
)

CosmosChainUpgradeTest(
Expand Down

0 comments on commit 55b6199

Please sign in to comment.