Skip to content

Commit 7d1b7b4

Browse files
committed
Fix typo in test
1 parent 3947912 commit 7d1b7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/comment.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Feature: Manage WordPress comments
276276
When I run `wp comment spam {COMMENT_ID}`
277277
Then STDOUT should be:
278278
"""
279-
Success: Marked comment {COMMENT_ID} as spam .
279+
Success: Marked comment {COMMENT_ID} as spam.
280280
"""
281281

282282
When I run `wp comment list --format=count --status=spam`

0 commit comments

Comments
 (0)