diff --git a/tests/Service/GeocoderTest.php b/tests/Service/GeocoderTest.php index df564a0..bc48ad7 100644 --- a/tests/Service/GeocoderTest.php +++ b/tests/Service/GeocoderTest.php @@ -18,8 +18,8 @@ use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; */ final class GeocoderTest extends KernelTestCase { - // Buckingham Palace - private const string POSTCODE = 'SW1A 1AA'; + // Yes this is a real postcode + private const string POSTCODE = 'ABC 123'; private Geocoder $geocoder;