Skip to content

Commit c4c5aae

Browse files
author
Mike Davis
committed
Fix race in test.
1 parent 7b2d550 commit c4c5aae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/event/processor_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ func TestDefaultEventProcessor_ProcessImpression(t *testing.T) {
6767
processor := NewBatchEventProcessor()
6868
processor.EventDispatcher = nil
6969
eg.Go(processor.Start)
70-
eg.Go(processor.Start)
7170

7271
impression := BuildTestImpressionEvent()
7372

0 commit comments

Comments
 (0)