|
@@ -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() {}
|
|
|
}
|
|
}
|