Skip to content

Commit 7daa7c6

Browse files
committed
Fix?
1 parent d0df79d commit 7daa7c6

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 (in_array(basename($file), ['dsc_0003.jpg', 'mongolia.jpeg'], true)
750750
&& in_array($name, ['getGPS', 'getLongitude', 'getLatitude'], true)
751-
&& in_array($result_native, ['1,1', 1.0, '46.898392,102.76863098333', 46.898392, 102.76863098333], true)
751+
&& in_array($result_native, ['1,1', 1.0, '46.898392,102.76863098333', 46.898392, 102.768630983333], true)
752752
&& $result_imagemagick === false) {
753753
// Skip that test...
754754
// Something is going wrong here, no clue what.

0 commit comments

Comments
 (0)