Skip to content

Commit 6ccde92

Browse files
committed
eth/downloader: fix missing wg.Add(1) in test case XTestDelivery
1 parent 447b5f7 commit 6ccde92

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)