Skip to content

Commit

Permalink
update migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kruspy committed May 1, 2024
1 parent 3495ebf commit f4b4a9c
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 @@ -29,8 +29,8 @@ const (
func TestPersistenceUpgradeBasic(t *testing.T) {
var (
chainName = "persistence"
initialVersion = "v11.9.0"
upgradeName = "v11.10.0"
initialVersion = "v11.10.0"
upgradeName = "v11.11.0-rc0"
upgradeRepo = PersistenceCoreImage.Repository
upgradeBranchVersion = PersistenceCoreImage.Version
)
Expand Down

0 comments on commit f4b4a9c

Please sign in to comment.