mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-20 22:26:15 +00:00
service: change stop interface (#7816)
This commit is contained in:
@@ -439,7 +439,7 @@ func TestEndBlockValidatorUpdates(t *testing.T) {
|
||||
eventBus := eventbus.NewDefault(logger)
|
||||
err = eventBus.Start(ctx)
|
||||
require.NoError(t, err)
|
||||
defer eventBus.Stop() //nolint:errcheck // ignore for tests
|
||||
defer eventBus.Stop()
|
||||
|
||||
blockExec.SetEventBus(eventBus)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user