Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
This commit is contained in:
parent
72f1c12ee6
commit
3bb848d89a
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user