Update sqlite3_test.go
This commit is contained in:
@@ -349,7 +349,6 @@ func TestBoolean(t *testing.T) {
|
||||
}
|
||||
|
||||
defer os.Remove("./foo.db")
|
||||
defer db.Close()
|
||||
|
||||
_, err = db.Exec("CREATE TABLE foo(id INTEGER, fbool BOOLEAN)")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user