Parcourir la source

Rename testCacheImageExtendingExpirationTask and testCacheImageExpirationTask tests

Dominique Stranz il y a 6 ans
Parent
commit
d7ff410233
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Tests/KingfisherTests/ImageViewExtensionTests.swift

+ 2 - 2
Tests/KingfisherTests/ImageViewExtensionTests.swift

@@ -653,7 +653,7 @@ class ImageViewExtensionTests: XCTestCase {
         waitForExpectations(timeout: 3, handler: nil)
     }
     
-    func testCacheImageExtendingExpirationTask() {
+    func testImageCacheExtendingExpirationTask() {
         let exp = expectation(description: #function)
         let url = testURLs[0]
         stub(url, data: testImageData)
@@ -687,7 +687,7 @@ class ImageViewExtensionTests: XCTestCase {
         waitForExpectations(timeout: 3, handler: nil)
     }
     
-    func testCacheImageExpirationTask() {
+    func testImageCacheNotExtendingExpirationTask() {
         let exp = expectation(description: #function)
         let url = testURLs[0]
         stub(url, data: testImageData)