mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
remove usages of repo.Backend() from tests
This commit is contained in:
@@ -18,7 +18,7 @@ func FuzzSaveLoadBlob(f *testing.F) {
|
||||
}
|
||||
|
||||
id := restic.Hash(blob)
|
||||
repo := TestRepositoryWithVersion(t, 2)
|
||||
repo, _ := TestRepositoryWithVersion(t, 2)
|
||||
|
||||
var wg errgroup.Group
|
||||
repo.StartPackUploader(context.TODO(), &wg)
|
||||
|
||||
Reference in New Issue
Block a user