core/txpool/blobpool: launch conversion two times in test

This commit is contained in:
Felix Lange 2025-09-24 16:35:44 +02:00
parent 542595e0dc
commit 40f5aa95d7

View file

@ -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()
} }