mirror of
https://github.com/restic/restic.git
synced 2025-08-20 16:47:27 +00:00
Fix tests
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user