diff --git a/tests/ImageTypeDetectorTest.php b/tests/ImageTypeDetectorTest.php index 40b8f39..fd1dad1 100644 --- a/tests/ImageTypeDetectorTest.php +++ b/tests/ImageTypeDetectorTest.php @@ -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, ],