Remove Deleter interface
This commit is contained in:
parent
b8af7f63a0
commit
e56370eb5b
8 changed files with 11 additions and 36 deletions
|
@ -93,11 +93,7 @@ func newSwiftTestSuite(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())
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue