Skip to content

Commit

Permalink
fix(systemtest): upgrade test (backport #21877) (#21879)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
  • Loading branch information
mergify[bot] and alpe authored Sep 24, 2024
1 parent 72f1c12 commit 3bb848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/systemtests/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3bb848d

Please sign in to comment.