mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-17 06:01:04 +00:00
add logging
This commit is contained in:
@@ -729,6 +729,7 @@ func TestReactorValidatorSetChanges(t *testing.T) {
|
||||
rts := setup(ctx, t, nPeers, states, 100) // buffer must be large enough to not deadlock
|
||||
|
||||
for _, reactor := range rts.reactors {
|
||||
reactor.state.logger = log.NewTestingLogger(t)
|
||||
state := reactor.state.GetState()
|
||||
reactor.SwitchToConsensus(ctx, state, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user