From dda3a1943f79e008d00df047646a1e01041841f4 Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Tue, 14 Sep 2021 14:11:24 -0400 Subject: [PATCH] fix extra comma. --- tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php index a52db3dc35..38b01f9ff9 100644 --- a/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php +++ b/tests/phpunit/CRM/Contact/Import/Parser/ContactTest.php @@ -868,7 +868,7 @@ class CRM_Contact_Import_Parser_ContactTest extends CiviUnitTestCase { ['name' => 'preferred_communication_method'], ['name' => 'gender_id'], ['name' => 'preferred_language'], - ], + ] ); $importer = $processor->getImporterObject(); $fields = ['Ima', 'Texter', "SMS,Phone", "Female", "Danish"]; -- 2.25.1