mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
core/txpool/blobpool: launch conversion two times in test
This commit is contained in:
parent
542595e0dc
commit
40f5aa95d7
1 changed files with 5 additions and 0 deletions
|
|
@ -2269,6 +2269,11 @@ func TestSidecarConversion(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
verifyPoolInternals(t, pool)
|
verifyPoolInternals(t, pool)
|
||||||
|
|
||||||
|
// Launch conversion a second time.
|
||||||
|
// This is just a sanity check to ensure we can handle it.
|
||||||
|
pool.Reset(header0, header1)
|
||||||
|
|
||||||
pool.Close()
|
pool.Close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue