修复一处测试用例

This commit is contained in:
刘祥超
2023-09-29 19:37:46 +08:00
parent f0762fe1b9
commit 9113c4c1b3

View File

@@ -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
})