Skip to content

Commit 52f395c

Browse files
author
Jonathan Beliën
committed
Update Tests/bpostTest.php
1 parent 9741ac6 commit 52f395c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/bpostTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function testGeocodeQueryWithData()
9090
->withData('streetNumber', '5')
9191
->withData('streetName', 'Place des Palais')
9292
->withData('postalCode', '1000')
93-
->withData('locality', 'bruxelles');
93+
->withData('locality', 'Bruxelles');
9494

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

0 commit comments

Comments
 (0)