Skip to content

Commit

Permalink
Issue wp-cli#356 : Improve behat test for new command
Browse files Browse the repository at this point in the history
  • Loading branch information
buntybuddyboss committed Aug 29, 2022
1 parent 7b40d8c commit c936353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/post-meta.feature
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ Feature: Manage post custom fields
Success: Cleaned up duplicate enclosures.
"""
When I run `wp post meta clean-duplicates 1 food`
Then STDERR should contain:
When I try `wp post meta clean-duplicates 1 food`
Then STDERR should be:
"""
Error: No enclosures found.
"""
Expand Down

0 comments on commit c936353

Please sign in to comment.