From c6e7524a8e0a89533099bfd1482fc30832f55b00 Mon Sep 17 00:00:00 2001 From: yihuang Date: Tue, 15 Mar 2022 12:25:39 +0800 Subject: [PATCH] Update cmd/tendermint/commands/rollback_test.go --- cmd/tendermint/commands/rollback_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tendermint/commands/rollback_test.go b/cmd/tendermint/commands/rollback_test.go index 8d1760088..340522345 100644 --- a/cmd/tendermint/commands/rollback_test.go +++ b/cmd/tendermint/commands/rollback_test.go @@ -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 } }