Skip to content

Commit 68d3ef9

Browse files
committed
Fix precision in test
1 parent a1d9eea commit 68d3ef9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/parserhooks/CoordinatesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function parametersProvider() {
4949
'format' => 'dms',
5050
'directional' => 'no',
5151
),
52-
'-55° 0\' 0.00", -37° 37\' 3.4788"'
52+
'-55° 0\' 0.00", -37° 37\' 3.48"'
5353
);
5454

5555
$paramLists[] = array(
@@ -75,7 +75,7 @@ public function parametersProvider() {
7575
'location' => '55 S, 37.6176330 W',
7676
'directional' => 'yes',
7777
),
78-
'55° 0\' 0.00" S, 37° 37\' 3.4788" W'
78+
'55° 0\' 0.00" S, 37° 37\' 3.48" W'
7979
);
8080

8181
return $paramLists;

0 commit comments

Comments
 (0)