Skip to content

Commit ae609d3

Browse files
committed
Start notification feeder in test environment
1 parent e3fe4c2 commit ae609d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gossip/common_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ func newTestEnv(firstEpoch idx.Epoch, validatorsNum idx.Validator, tb testing.TB
199199

200200
env.blockProcTasks.Start(1)
201201
env.verWatcher.Start()
202+
env.feed.Start(env.Service.store.evm)
202203

203204
return env
204205
}

0 commit comments

Comments
 (0)