We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b586ba commit 76cf218Copy full SHA for 76cf218
tests/PHPExif/Mapper/ExiftoolMapperTest.php
@@ -186,7 +186,7 @@ public function testMapRawDataCorrectlyFormatsGPSData()
186
187
$expected_gps = '40.333452380556,-20.167314813889';
188
$expected_lat = '40.333452380556';
189
- $expected_lon = '40.333452380556';
+ $expected_lon = '-20.167314813889';
190
$this->assertCount(3, $result);
191
$this->assertEquals($expected_gps, $result['gps']);
192
$this->assertEquals($expected_lat, $result['latitude']);
0 commit comments