mirror of
https://github.com/restic/restic.git
synced 2025-08-11 12:07:46 +00:00
Remove Deleter interface
This commit is contained in:
@@ -62,11 +62,7 @@ func newB2TestSuite(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