diff --git a/tests/phpunit/tests/image/header.php b/tests/phpunit/tests/image/header.php index 282aac2365..fba67d5d1a 100644 --- a/tests/phpunit/tests/image/header.php +++ b/tests/phpunit/tests/image/header.php @@ -120,7 +120,6 @@ class Tests_Image_Header extends WP_UnitTestCase { $this->assertEquals( $object['guid'], $cropped ); $this->assertEquals( $object['context'], 'custom-header' ); $this->assertEquals( $object['post_mime_type'], 'image/jpeg' ); - $this->assertEquals( $object['post_content'], $cropped ); } function test_insert_cropped_attachment() {