Comments: Fix a coding standards issue introduced in [50109].

See #33717


git-svn-id: https://develop.svn.wordpress.org/trunk@50113 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2021-01-31 18:16:35 +00:00
parent e5f7496f7f
commit dad20f8424
+1 -1
View File
@@ -575,7 +575,7 @@ class Tests_Comment extends WP_UnitTestCase {
// Approve the comment.
wp_set_comment_status( $c, 'approve' );
$sent = wp_new_comment_notify_comment_author( $c );
$sent = wp_new_comment_notify_comment_author( $c );
$resent = wp_new_comment_notify_comment_author( $c );
$this->assertTrue( $sent );