소스 검색

Enable testRetrievingAlternativeSourceTaskUpdateBlockCalled

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

+ 1 - 1
Tests/KingfisherTests/KingfisherManagerTests.swift

@@ -788,7 +788,7 @@ class KingfisherManagerTests: XCTestCase {
         waitForExpectations(timeout: 1, handler: nil)
         waitForExpectations(timeout: 1, handler: nil)
     }
     }
 
 
-    func _testRetrievingAlternativeSourceTaskUpdateBlockCalled() {
+    func testRetrievingAlternativeSourceTaskUpdateBlockCalled() {
         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)