Преглед на файлове

Rename testCacheImageExtendingExpirationTask and testCacheImageExpirationTask tests

Dominique Stranz преди 6 години
родител
ревизия
d7ff410233
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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)
         waitForExpectations(timeout: 3, handler: nil)
     }
     }
     
     
-    func testCacheImageExtendingExpirationTask() {
+    func testImageCacheExtendingExpirationTask() {
         let exp = expectation(description: #function)
         let exp = expectation(description: #function)
         let url = testURLs[0]
         let url = testURLs[0]
         stub(url, data: testImageData)
         stub(url, data: testImageData)
@@ -687,7 +687,7 @@ class ImageViewExtensionTests: XCTestCase {
         waitForExpectations(timeout: 3, handler: nil)
         waitForExpectations(timeout: 3, handler: nil)
     }
     }
     
     
-    func testCacheImageExpirationTask() {
+    func testImageCacheNotExtendingExpirationTask() {
         let exp = expectation(description: #function)
         let exp = expectation(description: #function)
         let url = testURLs[0]
         let url = testURLs[0]
         stub(url, data: testImageData)
         stub(url, data: testImageData)