Explorar el Código

Enable testRetrievingErrorsWithAlternativeSource

onevcat hace 6 años
padre
commit
306e5afe0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Tests/KingfisherTests/KingfisherManagerTests.swift

+ 1 - 1
Tests/KingfisherTests/KingfisherManagerTests.swift

@@ -747,7 +747,7 @@ class KingfisherManagerTests: XCTestCase {
         waitForExpectations(timeout: 1, handler: nil)
         waitForExpectations(timeout: 1, handler: nil)
     }
     }
 
 
-    func _testRetrievingErrorsWithAlternativeSource() {
+    func testRetrievingErrorsWithAlternativeSource() {
         let exp = expectation(description: #function)
         let exp = expectation(description: #function)
         let url = testURLs[0]
         let url = testURLs[0]
         stub(url, data: Data())
         stub(url, data: Data())