forked from TrueCloudLab/restic
Fix tests
This commit is contained in:
parent
b9bddeff39
commit
31f6093513
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue