Skip to content

Commit b2bc8a8

Browse files
committed
Updated expected exception messages
1 parent f1ac354 commit b2bc8a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Geocoder/Tests/Provider/GeocoderUsProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function testGetName()
1818

1919
/**
2020
* @expectedException \Geocoder\Exception\NoResult
21-
* @expectedExceptionMessage Could not find results for given query: http://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=1600+Pennsylvania+Ave%2C+Washington%2C+DC
21+
* @expectedExceptionMessage Could not find results for given query: https://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=1600+Pennsylvania+Ave%2C+Washington%2C+DC
2222
*/
2323
public function testgeocodeWithAddress()
2424
{
@@ -28,7 +28,7 @@ public function testgeocodeWithAddress()
2828

2929
/**
3030
* @expectedException \Geocoder\Exception\NoResult
31-
* @expectedExceptionMessage Could not find results for given query: http://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=foobar
31+
* @expectedExceptionMessage Could not find results for given query: https://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=foobar
3232
*/
3333
public function testgeocodeWithWrongAddress()
3434
{

0 commit comments

Comments
 (0)