mirror of
https://github.com/restic/restic.git
synced 2025-08-12 16:17:41 +00:00
Remove Deleter interface
This commit is contained in:
@@ -280,11 +280,7 @@ func newS3TestSuite(t testing.TB) *test.Suite {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := be.(restic.Deleter).Delete(context.TODO()); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
return be.Delete(context.TODO())
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user