Skip to content

Commit 2aaed78

Browse files
committed
change run to try
1 parent 853067e commit 2aaed78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/db-search.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ Feature: Search through the database
701701
When I run `wp db search 'unfindable' --regex`
702702
Then STDOUT should be empty
703703

704-
When I run `wp db search 'unfindable' --regex --regex-flags='abcd'`
704+
When I try `wp db search 'unfindable' --regex --regex-flags='abcd'`
705705
Then the return code should be 1
706706

707707
When I run `wp db search '[0-9é]+?https:' --regex --regex-flags=u --before_context=0 --after_context=0`

0 commit comments

Comments
 (0)