From 52f395ccb44a8e19a630ca79208e31844ad1eb7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Fri, 26 Oct 2018 14:38:09 +0200 Subject: [PATCH] Update Tests/bpostTest.php --- Tests/bpostTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/bpostTest.php b/Tests/bpostTest.php index 5bb58a8..6bbc6aa 100644 --- a/Tests/bpostTest.php +++ b/Tests/bpostTest.php @@ -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);