diff --git a/internal/caches/storage_file_test.go b/internal/caches/storage_file_test.go index 6a79b52..69288d7 100644 --- a/internal/caches/storage_file_test.go +++ b/internal/caches/storage_file_test.go @@ -592,9 +592,7 @@ func TestFileStorage_ScanGarbageCaches(t *testing.T) { t.Fatal(err) } - err = storage.ScanGarbageCaches(func(path string) { - t.Log(path) - }, func(path string) error { + err = storage.ScanGarbageCaches(func(path string) error { t.Log(path, PartialRangesFilePath(path)) return nil })