repository: hide MasterIndex.FinalizeFullIndexes / FinalizeNotFinalIndexes
This commit is contained in:
parent
ef53ca4a5a
commit
1974ad7ce2
3 changed files with 8 additions and 13 deletions
|
@ -134,7 +134,7 @@ func BenchmarkAllVersions(b *testing.B, bench VersionedBenchmark) {
|
|||
}
|
||||
|
||||
func TestMergeIndex(t testing.TB, mi *MasterIndex) ([]*Index, int) {
|
||||
finalIndexes := mi.FinalizeNotFinalIndexes()
|
||||
finalIndexes := mi.finalizeNotFinalIndexes()
|
||||
for _, idx := range finalIndexes {
|
||||
test.OK(t, idx.SetID(restic.NewRandomID()))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue