fix(systemtest): upgrade test (backport #21877) (#21879)

Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2024-09-24 13:36:48 +00:00
committed by GitHub
co-authored by Alexander Peters
parent 72f1c12ee6
commit 3bb848d89a
+1 -1
View File
@@ -38,7 +38,7 @@ func TestChainUpgrade(t *testing.T) {
upgradeName = "v050-to-v051"
)
sut.StartChain(t, fmt.Sprintf("--halt-height=%d", upgradeHeight))
sut.StartChain(t, fmt.Sprintf("--halt-height=%d", upgradeHeight+1))
cli := NewCLIWrapper(t, sut, verbose)
govAddr := sdk.AccAddress(address.Module("gov")).String()