mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
rollback: cleanup second node during test (#8175)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user