Skip to content

Commit 63214d1

Browse files
authored
Apply suggestions from code review
1 parent 2c58fb5 commit 63214d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/theme-install.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ Feature: Install WordPress themes
190190
Scenario: Install theme from a zip file with a custom --slug
191191
Given a WP install
192192

193-
When I run `wp theme install https://github.com/wp-cli-test/generic-example-theme/archive/refs/heads/master.zip --slug=my-custom-theme`
193+
When I run `wp theme install https://downloads.wordpress.org/theme/twentytwelve.zip --slug=my-custom-theme`
194194
Then STDOUT should contain:
195195
"""
196-
Renamed 'generic-example-theme-master' to 'my-custom-theme'.
196+
Renamed 'twentytwelve' to 'my-custom-theme'.
197197
"""
198198
And STDOUT should contain:
199199
"""

0 commit comments

Comments
 (0)