Skip to content

Commit

Permalink
Merge pull request #1450 from goldenapples/fix-test-comments-connector
Browse files Browse the repository at this point in the history
Fix unit test which was broken in #1430
  • Loading branch information
kasparsd authored Sep 27, 2023
2 parents 169093a + d47b634 commit c1056f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/connectors/test-class-connector-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public function test_callback_transition_comment_status() {
$this->equalTo(
_x(
'%1$s\'s %3$s on "%5$s" %2$s',
'Comment status transition. 1: Comment author, 2: Post title, 3: Comment type',
'Comment status transition. 1: Comment author, 2: New status, 3: Comment type, 4. Old status, 5. Post title',
'stream'
)
),
Expand Down

0 comments on commit c1056f5

Please sign in to comment.