Update sqlite3_test.go
parent
2f4a8f3f2c
commit
d869678d3c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue