diff --git a/resources/views/responsiveImage.blade.php b/resources/views/responsiveImage.blade.php index d98852b20..27c4a9243 100644 --- a/resources/views/responsiveImage.blade.php +++ b/resources/views/responsiveImage.blade.php @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/views/responsiveImageWithPlaceholder.blade.php b/resources/views/responsiveImageWithPlaceholder.blade.php index 00ec43194..f49e54fdd 100644 --- a/resources/views/responsiveImageWithPlaceholder.blade.php +++ b/resources/views/responsiveImageWithPlaceholder.blade.php @@ -1 +1 @@ - + diff --git a/tests/Feature/Media/ToHtmlTest.php b/tests/Feature/Media/ToHtmlTest.php index a0d480ee3..a5554f64a 100644 --- a/tests/Feature/Media/ToHtmlTest.php +++ b/tests/Feature/Media/ToHtmlTest.php @@ -122,7 +122,7 @@ $imgTag = $media->refresh()->img(); - expect($imgTag)->toEqual(''); + expect($imgTag)->toEqual('test'); }); test('the loading attribute can be specified on the conversion', function () {