Skip to content

Commit ad0b22f

Browse files
committed
fix theme test active state
1 parent d1f03b1 commit ad0b22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/theme.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Feature: Manage WordPress themes
8484
When I run `wp theme list`
8585
Then STDOUT should be a table containing rows:
8686
| name | status | update | version | update_version |
87-
| p2 | inactive | available | 1.4.2 | {UPDATE_VERSION} |
87+
| p2 | active | available | 1.4.2 | {UPDATE_VERSION} |
8888

8989
When I run `wp theme activate p2`
9090
Then STDOUT should not be empty

0 commit comments

Comments
 (0)