Просмотр исходного кода

Enable testRetrievingAlternativeSourceTaskUpdateBlockCalled

onevcat 6 лет назад
Родитель
Сommit
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)
     }
 
-    func _testRetrievingAlternativeSourceTaskUpdateBlockCalled() {
+    func testRetrievingAlternativeSourceTaskUpdateBlockCalled() {
         let exp = expectation(description: #function)
         let url = testURLs[0]
         stub(url, data: testImageData)