We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a24b56 commit 9e59474Copy full SHA for 9e59474
core/rawdb/accessors_chain_test.go
@@ -444,6 +444,7 @@ func TestAncientStorage(t *testing.T) {
444
if err != nil {
445
t.Fatalf("failed to create database with ancient backend")
446
}
447
+ defer db.Close()
448
// Create a test block
449
block := types.NewBlockWithHeader(&types.Header{
450
Number: big.NewInt(0),
0 commit comments