Skip to content

Commit f210ce5

Browse files
Update tests/phpunit/tests/rest-api/rest-comments-controller.php
Co-authored-by: Mukesh Panchal <[email protected]>
1 parent 3bf3121 commit f210ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/rest-api/rest-comments-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ public function data_get_items_by_status_sanitize() {
363363
'expected' => 'hold',
364364
),
365365
'a string with unicode' => array(
366-
'key' => array( 'howdy&nbsp;admin', 'another-value' ),
366+
'key' => array( 'howdy&nbsp;admin', 'another-value' ),
367367
'expected' => 'hold',
368368
),
369369
);

0 commit comments

Comments
 (0)