Browse Source

rollback: cleanup second node during test (#8175)

pull/8176/head
Sam Kleinman 2 years ago
committed by GitHub
parent
commit
43943d2dce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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