mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
Fix name including package name and variable shadowing package.
This commit is contained in:
@@ -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++ {
|
||||
|
||||
Reference in New Issue
Block a user