From ca4f79d1361550abd7ebf7dfb45988ae24df87b1 Mon Sep 17 00:00:00 2001 From: yihuang Date: Tue, 15 Mar 2022 11:56:37 +0800 Subject: [PATCH] Apply suggestions from code review --- cmd/tendermint/commands/rollback_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/tendermint/commands/rollback_test.go b/cmd/tendermint/commands/rollback_test.go index 724011188..8d1760088 100644 --- a/cmd/tendermint/commands/rollback_test.go +++ b/cmd/tendermint/commands/rollback_test.go @@ -46,8 +46,8 @@ func TestRollbackIntegration(t *testing.T) { height, _, err = commands.RollbackState(cfg) require.NoError(t, err, "%d", height) }) - t.Run("Rollback agian", func(t *testing.T) { - // should be able to rollback agian. + t.Run("Rollback again", func(t *testing.T) { + // should be able to rollback again. require.NoError(t, app.Rollback()) height2, _, err := commands.RollbackState(cfg) require.NoError(t, err, "%d", height2)