Browse Source

Rename testCacheImageExtendingExpirationTask and testCacheImageExpirationTask tests

Dominique Stranz 6 years ago
parent
commit
d7ff410233
1 changed files with 2 additions and 2 deletions
  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)