Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Sep 9, 2023
1 parent ec8d431 commit e560bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ImageTypeDetectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static function providerGetImageTypeFromFile(): array
[__DIR__ . '/images/test-mif1.heic', ImageFormat::HEIC, MimeType::IMAGE_HEIC],
[__DIR__ . '/images/test-mmor.orf', ImageFormat::ORF, MimeType::IMAGE_X_OLYMPUS_ORF],
[
__DIR__ . '/images/test-panasonic-lumix-dmc-lx3-01.rw2',
__DIR__ . '/images/test.rw2',
ImageFormat::RW2,
MimeType::IMAGE_X_PANASONIC_RW_2,
],
Expand Down

0 comments on commit e560bf5

Please sign in to comment.