mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-09 23:17:55 +02:00
formatted
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user