From 622503a26ef9d5c2dce4be4a9a68cd7f73bd72e6 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 6 Dec 2023 16:27:49 +1300 Subject: [PATCH] Test-notice-fix --- tests/phpunit/CRM/Export/BAO/ExportTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/CRM/Export/BAO/ExportTest.php b/tests/phpunit/CRM/Export/BAO/ExportTest.php index 26d00f8465..b39aa475dd 100644 --- a/tests/phpunit/CRM/Export/BAO/ExportTest.php +++ b/tests/phpunit/CRM/Export/BAO/ExportTest.php @@ -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); -- 2.25.1