Browse Source

rollback: cleanup second node during test

pull/8175/head
tycho garen 2 years ago
parent
commit
27ccfea8b1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cmd/tendermint/commands/rollback_test.go

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

@ -53,6 +53,7 @@ func TestRollbackIntegration(t *testing.T) {
defer cancel()
node2, _, err2 := rpctest.StartTendermint(ctx, cfg, app, rpctest.SuppressStdout)
require.NoError(t, err2)
t.Cleanup(node2.Wait)
logger := log.NewNopLogger()


Loading…
Cancel
Save