Fix the test case `test57SDImageCachesManagerOperationPolicySerial` that remove the cache path directory

This commit is contained in:
DreamPiggy 2023-04-21 20:39:49 +08:00
parent 4cee95d5a2
commit eb8b62b170
1 changed files with 0 additions and 3 deletions

View File

@ -861,9 +861,6 @@ static NSString *kTestImageKeyPNG = @"TestImageKey.png";
SDImageCache *cache2 = [[SDImageCache alloc] initWithNamespace:@"cache2"];
cachesManager.caches = @[cache1, cache2];
[[NSFileManager defaultManager] removeItemAtPath:cache1.diskCachePath error:nil];
[[NSFileManager defaultManager] removeItemAtPath:cache2.diskCachePath error:nil];
NSString *kSerialTestImageKey = @"kSerialTestImageKey";
// Serial