소스 검색

Clean cache for testing

onevcat 6 년 전
부모
커밋
2169c0446e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Tests/KingfisherTests/ImageViewExtensionTests.swift

+ 1 - 0
Tests/KingfisherTests/ImageViewExtensionTests.swift

@@ -237,6 +237,7 @@ class ImageViewExtensionTests: XCTestCase {
         
         
         cache1.clearDiskCache()
         cache1.clearDiskCache()
         cache2.clearDiskCache()
         cache2.clearDiskCache()
+        cleanDefaultCache()
         
         
         let exp = expectation(description: #function)
         let exp = expectation(description: #function)
         let url = testURLs[0]
         let url = testURLs[0]