Skip to content

Commit 0925c7b

Browse files
fix command line :V
1 parent 69bfb40 commit 0925c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/cron-event.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Feature: Manage WP Cron events
160160
"""
161161

162162
Scenario: Confirm that cron event run with verbose flag lists both before and after
163-
When I run `wp cron event run wp_cli_test_event_1 --due-now --verbose`
163+
When I run `wp cron event run --due-now --verbose`
164164
Then STDOUT should contain:
165165
"""
166166
Beginning execution of cron event

0 commit comments

Comments
 (0)