We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2d550 commit c4c5aaeCopy full SHA for c4c5aae
pkg/event/processor_test.go
@@ -67,7 +67,6 @@ func TestDefaultEventProcessor_ProcessImpression(t *testing.T) {
67
processor := NewBatchEventProcessor()
68
processor.EventDispatcher = nil
69
eg.Go(processor.Start)
70
- eg.Go(processor.Start)
71
72
impression := BuildTestImpressionEvent()
73
0 commit comments