@@ -146,7 +146,7 @@ |
||
| 146 | 146 | $provider = Addok::withBANServer($this->getHttpClient()); |
| 147 | 147 | $results = $provider->geocodeQuery( |
| 148 | 148 | GeocodeQuery::create('20 avenue Kléber, Paris')->withData('type', Addok::TYPE_LOCALITY) |
| 149 | - ); |
|
| 149 | + ); |
|
| 150 | 150 | |
| 151 | 151 | $this->assertInstanceOf('Geocoder\Model\AddressCollection', $results); |
| 152 | 152 | |