Skip to content

Commit

Permalink
fix(systemtest): upgrade test (#21877)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe authored Sep 24, 2024
1 parent e6b1bbc commit 5590c16
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 5590c16

Please sign in to comment.