Skip to content

Commit 69bfb40

Browse files
simplify the test output
I need to probably actually create and schedule an event explicitly?
1 parent dbb923a commit 69bfb40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

features/cron-event.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ Feature: Manage WP Cron events
163163
When I run `wp cron event run wp_cli_test_event_1 --due-now --verbose`
164164
Then STDOUT should contain:
165165
"""
166-
Beginning execution of cron event 'wp_cli_test_event_1'
166+
Beginning execution of cron event
167167
"""
168168
And STDOUT should contain:
169169
"""
170-
Executed the cron event 'wp_cli_test_event_1'
170+
Executed the cron event
171171
"""
172172
And STDOUT should contain:
173173
"""
174-
Executed a total of 1 cron event
174+
Executed a total of
175175
"""

0 commit comments

Comments
 (0)