mirror of
https://github.com/restic/restic.git
synced 2025-04-25 04:54:25 +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)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
err = b.Remove(h.Type, h.Name)
|
err = b.Remove(h)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("error removing item: %v", err)
|
t.Fatalf("error removing item: %v", err)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user