Skip to content

Commit a03a8fe

Browse files
committed
remove new empty spaces fomatting on tests
1 parent 1335956 commit a03a8fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

features/plugin-update.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

features/plugin.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)