Skip to content

Commit 606d2d2

Browse files
committed
Blob I/O: clean up connection
1 parent 5583431 commit 606d2d2

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
@@ -37,6 +37,7 @@ func TestBlobIO(t *testing.T) {
3737
if err != nil {
3838
t.Fatal("Failed to get raw connection:", err)
3939
}
40+
defer driverConn.Close()
4041

4142
// Test data
4243
expected := []byte("I ❤️ SQLite in \x00\x01\x02…")

0 commit comments

Comments
 (0)