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
parent 72f1c12ee6
commit 3bb848d89a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()