File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,9 @@ Feature: Manage WordPress plugins
357357
358358 When I run `wp transient delete update_themes --network`
359359 Then STDOUT should contain:
360- Success: Transient deleted.
360+ """
361+ Success: Transient deleted.
362+ """
361363
362364 When I run `wp plugin list --fields=name,status,update --skip-update-check`
363365 Then STDOUT should be table containing rows:
Original file line number Diff line number Diff line change @@ -194,7 +194,9 @@ Feature: Manage WordPress themes
194194
195195 When I run `wp transient delete update_themes --network`
196196 Then STDOUT should contain:
197- Success: Transient deleted.
197+ """
198+ Success: Transient deleted.
199+ """
198200
199201 When I run `wp theme list --fields=name,status,update --skip-update-check`
200202 Then STDOUT should be table containing rows:
You can’t perform that action at this time.
0 commit comments