Skip to content

Commit

Permalink
Fix media test string.
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Jun 27, 2023
1 parent fa8238d commit d523f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/phpunit/tests/media.php
Original file line number Diff line number Diff line change
Expand Up @@ -4040,7 +4040,8 @@ static function( $attr ) {
'post-thumbnail',
array(
'loading' => false,
'fetchpriority' => 'high',
'style' => 'object-fit:cover;',
'fetchpriority' => 'high',

Check failure on line 4044 in tests/phpunit/tests/media.php

View workflow job for this annotation

GitHub Actions / PHP coding standards

Whitespace found at end of line
)
) . '</figure>';

Expand Down

0 comments on commit d523f65

Please sign in to comment.