Skip to content

Commit 9c46168

Browse files
committed
fixing small typo in behat scenario
1 parent 2d7ce67 commit 9c46168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/search-replace.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ Feature: Do global search/replace
11131113
And I run `wp option add cereal_isation 'O:13:"mysqli_result":5:{s:13:"current_field";N;s:11:"field_count";N;s:7:"lengths";N;s:8:"num_rows";N;s:4:"type";N;}'`
11141114

11151115
When I try `wp search-replace current_field current_field1`
1116-
Then STDERR should contain:s
1116+
Then STDERR should contain:
11171117
"""
11181118
Warning: Skipping an inconvertible serialized object: "O:13:"mysqli_result":5:{s:13:"current_field";N;s:11:"field_count";N;s:7:"lengths";N;s:8:"num_rows";N;s:4:"type";N;}", replacements might not be complete.
11191119
"""

0 commit comments

Comments
 (0)