Skip to content

Commit cdc913a

Browse files
committed
fix test
1 parent 6586f40 commit cdc913a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/change_podfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,18 @@ def multiplePlatforms():
143143
return (wrapper(
144144
"""
145145
pod "Literal", :binary => true
146-
pod "AFNetworking/Reachability", :binary => true
146+
pod "AFNetworking/Serialization", :binary => true
147147
end
148148
149149
target 'BinaryWatch Extension' do
150-
pod ""Literal""
150+
pod "AFNetworking/Serialization"
151151
""") ,
152152
"""
153153
import Literal
154154
import AFNetworking
155155
""",
156156
"""
157-
import Literal
157+
import AFNetworking
158158
"""
159159
)
160160

0 commit comments

Comments
 (0)