mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 08:37:22 +00:00
eth/downloader: fix incorrect waitgroup in test XTestDelivery (#33047)
This commit is contained in:
parent
ccacbd1e37
commit
243407a3aa
1 changed files with 1 additions and 0 deletions
|
|
@ -351,6 +351,7 @@ func XTestDelivery(t *testing.T) {
|
|||
}
|
||||
}
|
||||
}()
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
defer wg.Done()
|
||||
// reserve receiptfetch
|
||||
|
|
|
|||
Loading…
Reference in a new issue