From 6ccde92e8dca5442293434dd44c868d8c9a16989 Mon Sep 17 00:00:00 2001 From: wit Date: Wed, 29 Oct 2025 17:04:14 +0800 Subject: [PATCH] eth/downloader: fix missing `wg.Add(1)` in test case XTestDelivery --- eth/downloader/queue_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/downloader/queue_test.go b/eth/downloader/queue_test.go index 120e3f9d2dea..ca71a769de29 100644 --- a/eth/downloader/queue_test.go +++ b/eth/downloader/queue_test.go @@ -351,6 +351,7 @@ func XTestDelivery(t *testing.T) { } } }() + wg.Add(1) go func() { defer wg.Done() // reserve receiptfetch