Skip to content

Commit 243407a

Browse files
authored
eth/downloader: fix incorrect waitgroup in test XTestDelivery (#33047)
1 parent ccacbd1 commit 243407a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eth/downloader/queue_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ func XTestDelivery(t *testing.T) {
351351
}
352352
}
353353
}()
354+
wg.Add(1)
354355
go func() {
355356
defer wg.Done()
356357
// reserve receiptfetch

0 commit comments

Comments
 (0)