From 4eb3c100d237638fb599d3b5282b15895c634b7e Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Thu, 3 Mar 2016 16:55:59 +0530 Subject: [PATCH] --CRM-16526, removed white space --- tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'); } } -- 2.25.1