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

+ 1 - 1
Tests/KingfisherTests/ImageViewExtensionTests.swift

@@ -367,7 +367,7 @@ class ImageViewExtensionTests: XCTestCase {
     
     func testCustomizeStructIndicatorExisting() {
         struct StructIndicator: Indicator {
-            let view = UIView()
+            let view = View()
             func startAnimatingView() {}
             func stopAnimatingView() {}
         }