@@ -193,7 +193,7 @@ mod test {
193
193
fn test_update_config_tag_with_source ( ) {
194
194
let input = r#"
195
195
[[source]]
196
- repository = "https://github.com/qltyai/plugins.git "
196
+ repository = "https://github.com/qltysh/qlty "
197
197
tag = "v1.0.0"
198
198
"# ;
199
199
@@ -209,7 +209,7 @@ mod test {
209
209
210
210
let updated_contents = r#"
211
211
[[source]]
212
- repository = "https://github.com/qltyai/plugins.git "
212
+ repository = "https://github.com/qltysh/qlty "
213
213
tag = "v1.2.3"
214
214
"# ;
215
215
assert_eq ! ( result. unwrap( ) . unwrap( ) , updated_contents) ;
@@ -219,7 +219,7 @@ mod test {
219
219
fn test_update_config_tag_with_sources ( ) {
220
220
let input = r#"
221
221
[sources.default]
222
- repository = "https://github.com/qltyai/plugins.git "
222
+ repository = "https://github.com/qltysh/qlty "
223
223
tag = "v0.101.0"
224
224
"# ;
225
225
@@ -235,7 +235,7 @@ mod test {
235
235
236
236
let updated_contents = r#"
237
237
[sources.default]
238
- repository = "https://github.com/qltyai/plugins.git "
238
+ repository = "https://github.com/qltysh/qlty "
239
239
tag = "v1.2.3"
240
240
"# ;
241
241
@@ -367,7 +367,7 @@ mod test {
367
367
fn test_update_config_tag_with_source_without_v ( ) {
368
368
let input = r#"
369
369
[[source]]
370
- repository = "https://github.com/qltyai/plugins.git "
370
+ repository = "https://github.com/qltysh/qlty "
371
371
tag = "v1.0.0"
372
372
"# ;
373
373
@@ -383,7 +383,7 @@ mod test {
383
383
384
384
let output = r#"
385
385
[[source]]
386
- repository = "https://github.com/qltyai/plugins.git "
386
+ repository = "https://github.com/qltysh/qlty "
387
387
tag = "1.2.3"
388
388
"# ;
389
389
@@ -394,7 +394,7 @@ mod test {
394
394
fn test_update_config_tag_with_source_without_semver ( ) {
395
395
let input = r#"
396
396
[[source]]
397
- repository = "https://github.com/qltyai/plugins.git "
397
+ repository = "https://github.com/qltysh/qlty "
398
398
tag = "v1.0.0"
399
399
"# ;
400
400
@@ -414,7 +414,7 @@ mod test {
414
414
fn test_update_config_tag_without_ref_tag ( ) {
415
415
let input = r#"
416
416
[[source]]
417
- repository = "https://github.com/qltyai/plugins.git "
417
+ repository = "https://github.com/qltysh/qlty "
418
418
tag = "v1.0.0"
419
419
"# ;
420
420
@@ -434,7 +434,7 @@ mod test {
434
434
fn test_update_config_tag_with_ref_tag_non_semver ( ) {
435
435
let input = r#"
436
436
[[source]]
437
- repository = "https://github.com/qltyai/plugins.git "
437
+ repository = "https://github.com/qltysh/qlty "
438
438
tag = "v1.0.0"
439
439
"# ;
440
440
0 commit comments