repository: hide MasterIndex.FinalizeFullIndexes / FinalizeNotFinalIndexes
This commit is contained in:
parent
ef53ca4a5a
commit
1974ad7ce2
3 changed files with 8 additions and 13 deletions
|
@ -209,11 +209,7 @@ func createRandomMasterIndex(t testing.TB, rng *rand.Rand, num, size int) (*repo
|
|||
idx1, lookupBh := createRandomIndex(rng, size)
|
||||
mIdx.Insert(idx1)
|
||||
|
||||
mIdx.FinalizeNotFinalIndexes()
|
||||
err := mIdx.MergeFinalIndexes()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
repository.TestMergeIndex(t, mIdx)
|
||||
|
||||
return mIdx, lookupBh
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue