Add extraObsolete to MasterIndex.Save

This commit is contained in:
Alexander Weiss
2020-10-18 09:24:34 +02:00
parent 5898cb341f
commit 1ec628ddf5
4 changed files with 18 additions and 17 deletions

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)