Browse Source

fix

pull/8153/head
tycho garen 2 years ago
parent
commit
fb405efd1e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/state/execution_test.go

+ 1
- 1
internal/state/execution_test.go View File

@ -657,7 +657,7 @@ func TestPrepareProposalPanicOnInvalid(t *testing.T) {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
logger := log.TestingLogger()
logger := log.NewNopLogger()
eventBus := eventbus.NewDefault(logger)
require.NoError(t, eventBus.Start(ctx))


Loading…
Cancel
Save