Skip to content

Commit 76cf218

Browse files
committed
Bugfix
1 parent 1b586ba commit 76cf218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPExif/Mapper/ExiftoolMapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function testMapRawDataCorrectlyFormatsGPSData()
186186

187187
$expected_gps = '40.333452380556,-20.167314813889';
188188
$expected_lat = '40.333452380556';
189-
$expected_lon = '40.333452380556';
189+
$expected_lon = '-20.167314813889';
190190
$this->assertCount(3, $result);
191191
$this->assertEquals($expected_gps, $result['gps']);
192192
$this->assertEquals($expected_lat, $result['latitude']);

0 commit comments

Comments
 (0)