mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-05 08:19:07 +00:00
delete logger
This commit is contained in:
@@ -1993,7 +1993,7 @@ func TestFinalizeBlockCalled(t *testing.T) {
|
||||
Result: abcitypes.ResponseVerifyVoteExtension_ACCEPT,
|
||||
})
|
||||
m.On("FinalizeBlock", mock.Anything).Return(abcitypes.ResponseFinalizeBlock{}).Maybe()
|
||||
cs1, vss := makeState(ctx, t, makeStateArgs{config: config, application: m, logger: log.NewTestingLogger(t)})
|
||||
cs1, vss := makeState(ctx, t, makeStateArgs{config: config, application: m})
|
||||
height, round := cs1.Height, cs1.Round
|
||||
|
||||
proposalCh := subscribe(ctx, t, cs1.eventBus, types.EventQueryCompleteProposal)
|
||||
|
||||
Reference in New Issue
Block a user