From: Pradeep Nayak Date: Thu, 3 Mar 2016 11:25:59 +0000 (+0530) Subject: --CRM-16526, removed white space X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4eb3c100d237638fb599d3b5282b15895c634b7e;p=civicrm-core.git --CRM-16526, removed white space --- diff --git a/tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php b/tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php index 02b5aaab31..3f3b07a48e 100644 --- a/tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php +++ b/tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php @@ -333,7 +333,7 @@ class CRM_Financial_BAO_FinancialTypeTest extends CiviUnitTestCase { $whereClause = NULL; CRM_Financial_BAO_FinancialType::$_availableFinancialTypes = array(); CRM_Financial_BAO_FinancialType::buildPermissionedClause($whereClause, 'contribution'); - $this->assertEquals($whereClause, ' civicrm_contribution.financial_type_id IN (1,4,2)'); + $this->assertEquals($whereClause, ' civicrm_contribution.financial_type_id IN (1,4,2)'); } }