From 0b2fe7d7b53b2b733e364f85373f177f01d709ad Mon Sep 17 00:00:00 2001 From: wit liu <765765346@qq.com> Date: Sat, 15 Nov 2025 19:22:49 +0800 Subject: [PATCH] eth/downloader: fix incorrect waitgroup in test XTestDelivery #33047 (#1711) --- 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 132d254e1b..3530fd64ad 100644 --- a/eth/downloader/queue_test.go +++ b/eth/downloader/queue_test.go @@ -305,6 +305,7 @@ func XTestDelivery(t *testing.T) { } } }() + wg.Add(1) go func() { defer wg.Done() // reserve receiptfetch