Skip to content

Commit 70efcdc

Browse files
committed
Undo change
1 parent 6bff4b5 commit 70efcdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/theme.feature

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

218218
When I run `wp theme list --fields=name,status,update --skip-update-check`
219219
Then STDOUT should be a table containing rows:
220-
| name | status | update | auto_update |
221-
| astra | inactive | none | off |
220+
| name | status | update |
221+
| astra | inactive | none |
222222

223223
Scenario: Install a theme when the theme directory doesn't yet exist
224224
Given a WP install

0 commit comments

Comments
 (0)