mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +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() {
|
go func() {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
// reserve receiptfetch
|
// reserve receiptfetch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue