Skip to content

Commit 5207ccc

Browse files
authored
Apply suggestion from @swissspidy
1 parent 49c00a6 commit 5207ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/term-migrate.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Feature: Migrate term custom fields
141141
When I run `wp post update {POST_ID} --post_type=page`
142142
Then STDOUT should not be empty
143143

144-
When I run `wp term migrate grape --by=slug --from=category --to=post_tag`
144+
When I try `wp term migrate grape --by=slug --from=category --to=post_tag`
145145
Then STDERR should contain:
146146
"""
147147
Warning: Term 'grape' not assigned to post {POST_ID}. Post type 'page' is not registered with taxonomy 'post_tag'.

0 commit comments

Comments
 (0)