From ecd036b4eb5b61c6c2079c316a20796c9f77d37a Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 20 May 2026 08:57:27 -0400 Subject: [PATCH] Remove deprecated worker fields --- worker_start_test.go | 2 -- 1 file changed, 2 deletions(-) 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{}, } }