@@ -104,7 +104,7 @@ describe("Cocoapods Plugin", () => {
104
104
data : {
105
105
head : {
106
106
repo : {
107
- clone_url : "https://github.com/intuit-fork /auto.git" ,
107
+ clone_url : "https://github.com/intuit/auto-test .git" ,
108
108
} ,
109
109
} ,
110
110
} ,
@@ -200,7 +200,7 @@ describe("Cocoapods Plugin", () => {
200
200
await expect (
201
201
updateSourceLocation (
202
202
"./Test.podspec" ,
203
- "https://github.com/somefork /auto.git"
203
+ "https://github.com/intuit /auto-fork .git"
204
204
)
205
205
) . rejects . toThrowError (
206
206
"Error updating source location in podspec: ./Test.podspec"
@@ -215,13 +215,13 @@ describe("Cocoapods Plugin", () => {
215
215
216
216
await updateSourceLocation (
217
217
"./Test.podspec" ,
218
- "https://github.com/somefork /auto.git"
218
+ "https://github.com/intuit /auto-fork .git"
219
219
) ;
220
220
expect ( mock ) . lastCalledWith (
221
221
expect . any ( String ) ,
222
222
specWithVersion (
223
223
"0.0.1" ,
224
- "{ :git => 'https://github.com/somefork /auto.git', :commit => 'commithash' }"
224
+ "{ :git => 'https://github.com/intuit /auto-fork .git', :commit => 'commithash' }"
225
225
)
226
226
) ;
227
227
} ) ;
@@ -559,7 +559,7 @@ describe("Cocoapods Plugin", () => {
559
559
expect . any ( String ) ,
560
560
specWithVersion (
561
561
"0.1.0-canary.1.1.1" ,
562
- "{ :git => 'https://github.com/intuit-fork /auto.git', :commit => 'undefined' }"
562
+ "{ :git => 'https://github.com/intuit/auto-test .git', :commit => 'undefined' }"
563
563
)
564
564
) ;
565
565
} ) ;
@@ -592,14 +592,14 @@ describe("Cocoapods Plugin", () => {
592
592
"./Test.podspec" ,
593
593
specWithVersion (
594
594
"0.1.0-canary.1.1.1" ,
595
- "{ :git => 'https://github.com/intuit-fork /auto.git', :commit => 'undefined' }"
595
+ "{ :git => 'https://github.com/intuit/auto-test .git', :commit => 'undefined' }"
596
596
)
597
597
) ;
598
598
expect ( mock ) . toHaveBeenCalledWith (
599
599
"./Test2.podspec" ,
600
600
specWithVersion (
601
601
"0.1.0-canary.1.1.1" ,
602
- "{ :git => 'https://github.com/intuit-fork /auto.git', :commit => 'undefined' }"
602
+ "{ :git => 'https://github.com/intuit/auto-test .git', :commit => 'undefined' }"
603
603
)
604
604
) ;
605
605
} ) ;
0 commit comments