Fix name including package name and variable shadowing package.

This commit is contained in:
Martin Smith
2025-03-23 10:01:19 +00:00
parent 5e7333d28d
commit 6e45c51509
6 changed files with 24 additions and 24 deletions

View File

@@ -333,7 +333,7 @@ func TestRepositoryIncrementalIndex(t *testing.T) {
func testRepositoryIncrementalIndex(t *testing.T, version uint) {
repo, _, _ := repository.TestRepositoryWithVersion(t, version)
index.IndexFull = func(*index.Index) bool { return true }
index.Full = func(*index.Index) bool { return true }
// add a few rounds of packs
for j := 0; j < 5; j++ {