Skip to content

Commit

Permalink
Merge pull request #251 from Baachi/patch-2
Browse files Browse the repository at this point in the history
Update real testcase
  • Loading branch information
willdurand committed Jul 19, 2013
2 parents 60c0571 + d5daaf7 commit eb5f5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Geocoder/Tests/Provider/MapQuestProviderTest.php
Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@ public function testGetGeocodedDataWithCity()
$this->assertEquals('DE', $results[0]['country']);

$this->assertInternalType('array', $results[1]);
$this->assertEquals(37.744783, $results[1]['latitude'], '', 0.01);
$this->assertEquals(18.383715, $results[1]['latitude'], '', 0.01);
$this->assertEquals(-77.446416, $results[1]['longitude'], '', 0.01);
$this->assertNull($results[1]['city']);
$this->assertEquals('Hanover', $results[1]['county']);

0 comments on commit eb5f5c6

Please sign in to comment.