From 486b972197243c20192772c22cc0dd07de527e48 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Fri, 29 Sep 2023 19:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/caches/storage_file_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 })