formatted

This commit is contained in:
David Dworken
2022-04-06 22:44:10 -07:00
parent 1065fff062
commit c48c4dc83f
4 changed files with 10 additions and 12 deletions

View File

@ -71,7 +71,6 @@ func TestGetUserSecret(t *testing.T) {
}
}
func TestPersist(t *testing.T) {
defer shared.BackupAndRestore(t)()
db, err := OpenLocalSqliteDb()
@ -114,4 +113,4 @@ func TestSearch(t *testing.T) {
if !shared.EntryEquals(*results[1], entry1) {
t.Fatalf("Search()[0]=%#v, expected: %#v", results[1], entry1)
}
}
}