mirror of
https://github.com/restic/restic.git
synced 2025-10-09 17:40:14 +00:00
repository: index saving belongs into the MasterIndex
This commit is contained in:
@@ -508,7 +508,6 @@ func TestCheckerBlobTypeConfusion(t *testing.T) {
|
||||
test.OK(t, err)
|
||||
|
||||
test.OK(t, repo.Flush(ctx))
|
||||
test.OK(t, repo.SaveIndex(ctx))
|
||||
|
||||
snapshot, err := restic.NewSnapshot([]string{"/damaged"}, []string{"test"}, "foo", time.Now())
|
||||
test.OK(t, err)
|
||||
|
Reference in New Issue
Block a user