Skip to content

Commit e560bf5

Browse files
committed
Fix test
1 parent ec8d431 commit e560bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageTypeDetectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public static function providerGetImageTypeFromFile(): array
120120
[__DIR__ . '/images/test-mif1.heic', ImageFormat::HEIC, MimeType::IMAGE_HEIC],
121121
[__DIR__ . '/images/test-mmor.orf', ImageFormat::ORF, MimeType::IMAGE_X_OLYMPUS_ORF],
122122
[
123-
__DIR__ . '/images/test-panasonic-lumix-dmc-lx3-01.rw2',
123+
__DIR__ . '/images/test.rw2',
124124
ImageFormat::RW2,
125125
MimeType::IMAGE_X_PANASONIC_RW_2,
126126
],

0 commit comments

Comments
 (0)