Skip to content

Commit 74a1acd

Browse files
Update SvgTest to allow png format
1 parent cf323d6 commit 74a1acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Conversions/ImageGenerators/SvgTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
$imageFile = $imageGenerator->convert($media->getPath());
1919

20-
expect(mime_content_type($imageFile))->toEqual('image/jpeg');
20+
expect(mime_content_type($imageFile))->toEqual('image/png');
2121
})->skipWhenRunningLocally();

0 commit comments

Comments
 (0)