Skip to content

Commit f3846c3

Browse files
committed
Merge pull request #212 from toin0u/FixTest
Fixed: Yandex test
2 parents 4a4d12b + b8616f1 commit f3846c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Geocoder/Tests/Provider/YandexProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function testGetGeocodedDataWithRealAddress()
114114
public function testGetGeocodedDataWithRealAddressWithUALocale()
115115
{
116116
$provider = new YandexProvider(new \Geocoder\HttpAdapter\CurlHttpAdapter(), 'uk-UA');
117-
$result = $provider->getGeocodedData('Tagensvej 47, Copenhagen, Denmark');
117+
$result = $provider->getGeocodedData('Copenhagen, Denmark');
118118

119119
$this->assertEquals(55.675682, $result['latitude'], '', 0.01);
120120
$this->assertEquals(12.567602, $result['longitude'], '', 0.01);

0 commit comments

Comments
 (0)