Skip to content

Commit fcecbd6

Browse files
committed
tweak more tests
1 parent bc5dbbc commit fcecbd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/package-install.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Feature: Install WP-CLI packages
243243
"""
244244
And the {PACKAGE_PATH}composer.json file should not contain:
245245
"""
246-
"wp-cli/google-sitemap-generator-cli": "dev-master"
246+
"wp-cli/google-sitemap-generator-cli":
247247
"""
248248
And the {PACKAGE_PATH}composer.json file should not contain:
249249
"""
@@ -1093,7 +1093,7 @@ Feature: Install WP-CLI packages
10931093
Error: Couldn't download package from 'https://github.com/wp-cli/google-sitemap-generator.zip' (HTTP code 404).
10941094
"""
10951095
1096-
When I run `wp package install https://github.com/wp-cli/google-sitemap-generator-cli/archive/master.zip`
1096+
When I run `wp package install https://github.com/wp-cli/google-sitemap-generator-cli/archive/main.zip`
10971097
Then STDOUT should contain:
10981098
"""
10991099
Installing package wp-cli/google-sitemap-generator-cli (dev-

0 commit comments

Comments
 (0)