Skip to content

Commit 22a54bf

Browse files
committed
New attempt to remove extra spaces for Functional tests.
1 parent 908c2a2 commit 22a54bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/search-replace-export.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Feature: Search / replace with file export
2424
Then STDOUT should not contain:
2525
"""
2626
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
27-
('1', 'siteurl', 'http://example.com', 'yes'),
27+
('1', 'siteurl', 'http://example.com', 'yes'),
2828
"""
2929

3030
When I run `wp search-replace example.com example.net --skip-columns=option_value --export`
3131
Then STDOUT should contain:
3232
"""
3333
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
34-
('1', 'siteurl', 'http://example.com', 'yes'),
34+
('1', 'siteurl', 'http://example.com', 'yes'),
3535
"""
3636

3737
When I run `wp search-replace example.com example.net --skip-columns=option_value --export --export_insert_size=1`

0 commit comments

Comments
 (0)