mirror of
https://github.com/octoleo/restic.git
synced 2024-11-10 15:21:03 +00:00
Fix tests
This commit is contained in:
parent
b9bddeff39
commit
31f6093513
@ -360,7 +360,7 @@ func TestSave(t testing.TB) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
err = b.Remove(h.Type, h.Name)
|
||||
err = b.Remove(h)
|
||||
if err != nil {
|
||||
t.Fatalf("error removing item: %v", err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user