We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf323d6 commit 74a1acdCopy full SHA for 74a1acd
tests/Conversions/ImageGenerators/SvgTest.php
@@ -17,5 +17,5 @@
17
18
$imageFile = $imageGenerator->convert($media->getPath());
19
20
- expect(mime_content_type($imageFile))->toEqual('image/jpeg');
+ expect(mime_content_type($imageFile))->toEqual('image/png');
21
})->skipWhenRunningLocally();
0 commit comments