From 8f52f726790fe1d3e624f589e9238b287710dc4b Mon Sep 17 00:00:00 2001 From: brabli <67018167+brabli@users.noreply.github.com> Date: Wed, 12 Mar 2025 14:29:52 +0000 Subject: [PATCH] Update postcode in tests as the old one stopped working for some reason --- tests/Service/GeocoderTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;