Add extraObsolete to MasterIndex.Save

This commit is contained in:
Alexander Weiss
2020-11-15 07:05:09 +01:00
parent 5898cb341f
commit 1ec628ddf5
4 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ func rebuildIndex(t *testing.T, repo restic.Repository) {
}
_, err = (repo.Index()).(*repository.MasterIndex).
Save(context.TODO(), repo, restic.NewIDSet(), nil)
Save(context.TODO(), repo, restic.NewIDSet(), nil, nil)
if err != nil {
t.Fatal(err)