mirror of https://github.com/mattn/go-sqlite3.git
Update sqlite3_test.go
This commit is contained in:
parent
2f4a8f3f2c
commit
d869678d3c
|
@ -349,7 +349,6 @@ func TestBoolean(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
defer os.Remove("./foo.db")
|
defer os.Remove("./foo.db")
|
||||||
defer db.Close()
|
|
||||||
|
|
||||||
_, err = db.Exec("CREATE TABLE foo(id INTEGER, fbool BOOLEAN)")
|
_, err = db.Exec("CREATE TABLE foo(id INTEGER, fbool BOOLEAN)")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue