Skip to content

Commit f9c4063

Browse files
committed
Fix lottie syntax during testing for CI builds
1 parent 8e3ba5b commit f9c4063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/change_podfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def addDifferentNamePod():
9999
import Lottie
100100
class A {
101101
let a: CGRect = [1,2,3,4]
102-
let a2 = AnimationView.self
102+
let a2 = LOTAnimationView.self
103103
let d = UIView().mas_top
104104
}
105105
""")
@@ -120,7 +120,7 @@ def addSubPod():
120120
import AFNetworking
121121
class A {
122122
let a: CGRect = [1,2,3,4]
123-
let a2 = AnimationView.self
123+
let a2 = LOTAnimationView.self
124124
let b = AFNetworkReachabilityManager()
125125
let d = UIView().mas_top
126126
}

0 commit comments

Comments
 (0)