Skip to content

Commit

Permalink
fix(systemtests): align halt-height with comet in upgrade (#23306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe authored Jan 10, 2025
1 parent 2ab05c6 commit 8cc13ed
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 @@ -40,7 +40,7 @@ func TestChainUpgrade(t *testing.T) {
upgradeName = "v052-to-v054" // must match UpgradeName in simapp/upgrades.go
)

systest.Sut.StartChain(t, fmt.Sprintf("--halt-height=%d", upgradeHeight+1))
systest.Sut.StartChain(t, fmt.Sprintf("--comet.halt-height=%d", upgradeHeight+1))

cli := systest.NewCLIWrapper(t, systest.Sut, systest.Verbose)
govAddr := sdk.AccAddress(address.Module("gov")).String()
Expand Down

0 comments on commit 8cc13ed

Please sign in to comment.