From: Daniƫl <9696905+DanielvV@users.noreply.github.com> Date: Fri, 29 Sep 2017 07:29:05 +0000 (+0200) Subject: CRM-21214 - Fix address sharing - tests - small change X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e09a14c2226cbaac4b0b73f03390047ed2f4910a;p=civicrm-core.git CRM-21214 - Fix address sharing - tests - small change --- 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.',