diff --git a/worker_start_test.go b/worker_start_test.go index 4157f7e..f77ca36 100644 --- a/worker_start_test.go +++ b/worker_start_test.go @@ -41,10 +41,8 @@ func makeWorker(t *testing.T, ctx context.Context, cancel context.CancelFunc) *D config: config, heartbeat: make(chan struct{}), processedCount: &atomic.Uint64{}, - droppedCount: &atomic.Uint64{}, outgoingCount: &atomic.Uint64{}, restartCount: &atomic.Uint64{}, - bufferDepth: &atomic.Int64{}, } }