Skip to content

Commit 4a3abfc

Browse files
committed
more exceptions
1 parent e0c3b13 commit 4a3abfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPExif/ExifTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ public function testAdapterConsistency()
748748

749749
if (basename($file) === 'dsc_0003.jpg'
750750
&& ($name === 'getGPS' || $name === 'getLongitude' || $name === 'getLatitude')
751-
&& ($result_native === '1,1' || $result_native === '1.0')
751+
&& ($result_native === '1,1' || $result_native === 1.0)
752752
&& $result_imagemagick === false) {
753753
// Skip that test...
754754
// Something is going wrong here, no clue what.

0 commit comments

Comments
 (0)