Update postcode in tests as the old one stopped working for some reason

This commit is contained in:
brabli
2025-03-12 14:29:52 +00:00
parent 555eaf4f2d
commit 8f52f72679

View File

@@ -18,8 +18,8 @@ use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
*/ */
final class GeocoderTest extends KernelTestCase final class GeocoderTest extends KernelTestCase
{ {
// Buckingham Palace // Yes this is a real postcode
private const string POSTCODE = 'SW1A 1AA'; private const string POSTCODE = 'ABC 123';
private Geocoder $geocoder; private Geocoder $geocoder;