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)