Skip to content

Commit c954feb

Browse files
committed
Fix scenario "Empty a site"
1 parent 3248f34 commit c954feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/site-empty.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Feature: Empty a WordPress site of its data
2020
When I run `wp post create --post_title='Test post' --post_content='Test content.' --porcelain`
2121
Then STDOUT should be:
2222
"""
23-
4
23+
5
2424
"""
2525

2626
When I run `wp term create post_tag 'Test term' --slug=test --description='This is a test term'`

0 commit comments

Comments
 (0)