Update postcode in tests as the old one stopped working for some reason
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user