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 e519482 commit 67dc006Copy full SHA for 67dc006
blob_io_test.go
@@ -29,6 +29,7 @@ func blobTestData(t *testing.T, dbname string, rowid int64, blob []byte, c drive
29
if err != nil {
30
return err
31
}
32
+ defer db.Close()
33
34
conn, err := db.Conn(context.Background())
35
0 commit comments