mirror of
https://github.com/restic/restic.git
synced 2025-12-03 21:51:47 +00:00
fix linter warning
This commit is contained in:
@@ -117,7 +117,7 @@ func testRepairBrokenPack(t *testing.T, version uint) {
|
||||
rtest.OK(t, repository.RepairPacks(context.TODO(), repo, toRepair, &progress.NoopPrinter{}))
|
||||
// reload index
|
||||
rtest.OK(t, repo.SetIndex(index.NewMasterIndex()))
|
||||
repo.LoadIndex(context.TODO(), nil)
|
||||
rtest.OK(t, repo.LoadIndex(context.TODO(), nil))
|
||||
|
||||
packsAfter := listPacks(t, repo)
|
||||
blobsAfter := listBlobs(repo)
|
||||
|
||||
Reference in New Issue
Block a user