Browse Source

Update cmd/tendermint/commands/rollback_test.go

pull/8101/head
yihuang 2 years ago
committed by GitHub
parent
commit
c6e7524a8e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/tendermint/commands/rollback_test.go

+ 1
- 1
cmd/tendermint/commands/rollback_test.go View File

@ -76,7 +76,7 @@ func TestRollbackIntegration(t *testing.T) {
require.NoError(t, err)
if status.SyncInfo.LatestBlockHeight > height+2 {
t.Fatalf("chain is expect to halt, because validator is not expected to sign the new blocks %d", status.SyncInfo.LatestBlockHeight)
t.Fatalf("chain is expect to halt, because the validator won't recreate the old blocks %d", status.SyncInfo.LatestBlockHeight)
return
}
}


Loading…
Cancel
Save