forked from mirror/go-sqlcipher
Fix typo (Tailed -> Failed).
This commit is contained in:
parent
5691b2a3f4
commit
e85c34cf5c
|
@ -213,7 +213,7 @@ func TestDelete(t *testing.T) {
|
|||
func TestBooleanRoundtrip(t *testing.T) {
|
||||
db, err := sql.Open("sqlite3", "./foo.db")
|
||||
if err != nil {
|
||||
t.Errorf("Tailed to open database:", err)
|
||||
t.Errorf("Failed to open database:", err)
|
||||
return
|
||||
}
|
||||
defer os.Remove("./foo.db")
|
||||
|
|
Loading…
Reference in New Issue