mirror of
https://github.com/restic/restic.git
synced 2025-08-20 07:17:31 +00:00
backend tests: Use delayedRemove()
This commit is contained in:
@@ -330,7 +330,7 @@ func (s *Suite) TestSave(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
err = b.Remove(context.TODO(), h)
|
||||
err = delayedRemove(t, b, h, s.WaitForDelayedRemoval)
|
||||
if err != nil {
|
||||
t.Fatalf("error removing item: %+v", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user