From e09a14c2226cbaac4b0b73f03390047ed2f4910a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dani=C3=ABl?= <9696905+DanielvV@users.noreply.github.com> Date: Fri, 29 Sep 2017 09:29:05 +0200 Subject: [PATCH] CRM-21214 - Fix address sharing - tests - small change --- tests/phpunit/CRM/Core/BAO/AddressTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/CRM/Core/BAO/AddressTest.php b/tests/phpunit/CRM/Core/BAO/AddressTest.php index dd131f4f4b..e035ee5949 100644 --- a/tests/phpunit/CRM/Core/BAO/AddressTest.php +++ b/tests/phpunit/CRM/Core/BAO/AddressTest.php @@ -468,7 +468,6 @@ class CRM_Core_BAO_AddressTest extends CiviUnitTestCase { */ public function testSharedAddressChaining3() { $contactIdA = $this->individualCreate(array(), 0); - $contactIdB = $this->individualCreate(array(), 1); $addressParamsA = array( 'street_address' => '123 Fake St.', -- 2.25.1