--CRM-16526, removed white space
authorPradeep Nayak <pradpnayak@gmail.com>
Thu, 3 Mar 2016 11:25:59 +0000 (16:55 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Thu, 3 Mar 2016 11:25:59 +0000 (16:55 +0530)
tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php

index 02b5aaab314935145a4c50777f55135d81f8f9d5..3f3b07a48e26d6378c5b22e31b4a7b4de13a05db 100644 (file)
@@ -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)');
   }
 
 }