Skip to content

Commit

Permalink
Fix unit test which was broken in xwp#1430
Browse files Browse the repository at this point in the history
Updates the test assertion for this method to match the new log output.
  • Loading branch information
goldenapples committed Sep 14, 2023
1 parent 169093a commit d47b634
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 d47b634

Please sign in to comment.