mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 22:58:26 +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…
x
Reference in New Issue
Block a user