Skip to content

Commit 1335956

Browse files
committed
fix formatting
1 parent 7fb9b9b commit 1335956

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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:

features/theme.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Feature: Manage WordPress themes
101101

102102
When I run `wp theme list`
103103
Then STDOUT should be a table containing rows:
104-
| name | status | update | version | update_version |
105-
| p2 | active | available | 1.4.1 | {UPDATE_VERSION} |
104+
| name | status | update | version | update_version |
105+
| p2 | active | available | 1.4.1 | {UPDATE_VERSION} |
106106

107107
When I try `wp theme update`
108108
Then STDERR should be:

0 commit comments

Comments
 (0)