Skip to content

Commit

Permalink
Fix more instances
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jun 28, 2024
1 parent 08f9d1f commit 999e18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/search-replace-export.feature
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ Feature: Search / replace with file export
"""
And STDOUT should contain:
"""
('1', 'siteurl', 'https://example.com'
'siteurl', 'https://example.com'
"""

When I run `wp search-replace example.com example.net --skip-columns=option_value --export --export_insert_size=1`
Then STDOUT should contain:
"""
('1', 'siteurl', 'https://example.com'
'siteurl', 'https://example.com'
"""
And STDOUT should contain:
"""
Expand Down

0 comments on commit 999e18f

Please sign in to comment.