mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "accounts/abi/bind/backends: fix goroutine leak in unit test (#27705)"
This reverts commit 93400108c2.
This commit is contained in:
parent
18c9dc5df3
commit
4bcbcc5947
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ func TestAdjustTime(t *testing.T) {
|
|||
func TestNewAdjustTimeFail(t *testing.T) {
|
||||
testAddr := crypto.PubkeyToAddress(testKey.PublicKey)
|
||||
sim := simTestBackend(testAddr)
|
||||
defer sim.blockchain.Stop()
|
||||
|
||||
// Create tx and send
|
||||
head, _ := sim.HeaderByNumber(context.Background(), nil) // Should be child's, good enough
|
||||
|
|
|
|||
Loading…
Reference in a new issue