Skip to content

Commit

Permalink
fix(systemtests): align halt-height with comet in upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 10, 2025
1 parent 517839b commit 34e2da4
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 34e2da4

Please sign in to comment.