Skip to content

Commit 67dc006

Browse files
committed
Blob I/O: close db
1 parent e519482 commit 67dc006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blob_io_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func blobTestData(t *testing.T, dbname string, rowid int64, blob []byte, c drive
2929
if err != nil {
3030
return err
3131
}
32+
defer db.Close()
3233

3334
conn, err := db.Conn(context.Background())
3435
if err != nil {

0 commit comments

Comments
 (0)