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

Enable testContextRemovingAlternativeSource

onevcat 6 лет назад
Родитель
Сommit
5ce0d3b16c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Tests/KingfisherTests/KingfisherManagerTests.swift

+ 1 - 1
Tests/KingfisherTests/KingfisherManagerTests.swift

@@ -695,7 +695,7 @@ class KingfisherManagerTests: XCTestCase {
         XCTAssertTrue(called)
     }
 
-    func _testContextRemovingAlternativeSource() {
+    func testContextRemovingAlternativeSource() {
         let allSources: [Source] = [
             .network(URL(string: "1")!),
             .network(URL(string: "2")!)