File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ Feature: Update WordPress plugins
3333
3434 When I run `wp plugin list`
3535 Then STDOUT should be a table containing rows:
36- | name | status | update | version | update_version |
37- | wordpress -importer | inactive | none | {UPDATE_VERSION } | |
36+ | name | status | update | version | update_version |
37+ | wordpress -importer | inactive | none | {UPDATE_VERSION } | |
3838
3939 Scenario : Error when both --minor and --patch are provided
4040 Given a WP install
Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ Feature: Manage WordPress plugins
131131
132132 When I run `wp plugin list`
133133 Then STDOUT should be a table containing rows:
134- | name | status | update | version | update_version |
135- | wordpress -importer | active | available | 0 .5 | {UPDATE_VERSION } |
134+ | name | status | update | version | update_version |
135+ | wordpress -importer | active | available | 0 .5 | {UPDATE_VERSION } |
136136
137137 When I try `wp plugin update`
138138 Then STDERR should be:
You can’t perform that action at this time.
0 commit comments