Browse Source

Fix test for macOS

onevcat 8 years ago
parent
commit
ea7644a4d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/KingfisherTests/ImageViewExtensionTests.swift

+ 1 - 1
Tests/KingfisherTests/ImageViewExtensionTests.swift

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