Test-notice-fix
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 6 Dec 2023 03:27:49 +0000 (16:27 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 6 Dec 2023 21:24:11 +0000 (10:24 +1300)
tests/phpunit/CRM/Export/BAO/ExportTest.php

index 26d00f8465e2939ea209bfa288469c80dc840ca5..b39aa475ddc4b7d16e8dd0cfcf403552681ad95b 100644 (file)
@@ -2986,9 +2986,9 @@ class CRM_Export_BAO_ExportTest extends CiviUnitTestCase {
       [
         'first_name' => 'Joe',
         'last_name' => 'Miller',
-        'Home-street_address' => '',
-        'Home-city' => '',
-        'Home-country' => '',
+        'Home-street_address' => 'Ambachtstraat 23',
+        'Home-city' => 'Brummen',
+        'Home-country' => 'Netherlands',
         'Home-email' => 'joe_miller@civicrm.org',
       ],
     ], $result);