fix(systemtest): upgrade test (#21877)

This commit is contained in:
Alexander Peters
2024-09-24 12:40:45 +00:00
committed by GitHub
parent e6b1bbc351
commit 5590c16c68
+1 -1
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()