Skip to content

Commit

Permalink
Update Tests/bpostTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Oct 26, 2018
1 parent 9741ac6 commit 52f395c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/bpostTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function testGeocodeQueryWithData()
->withData('streetNumber', '5')
->withData('streetName', 'Place des Palais')
->withData('postalCode', '1000')
->withData('locality', 'bruxelles');
->withData('locality', 'Bruxelles');

$provider = new bpost($this->getHttpClient(), 'Geocoder PHP/bpost Provider/bpost Test');
$results = $provider->geocodeQuery($query);
Expand Down

0 comments on commit 52f395c

Please sign in to comment.