From 225de6609bc19c4d9cedfc8e2812f5464387c51c Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Thu, 29 Dec 2016 16:58:05 +0530 Subject: [PATCH] CRM-19585, fixed rebase error ---------------------------------------- * CRM-19585: Sales tax issue https://issues.civicrm.org/jira/browse/CRM-19585 --- tests/phpunit/CRM/Contribute/BAO/ContributionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php b/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php index 6144348e84..54dc980092 100644 --- a/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php +++ b/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php @@ -938,7 +938,6 @@ WHERE eft.entity_id = %1 AND ft.to_financial_account_id <> %2"; } /** -<<<<<<< HEAD * Test calculateFinancialItemAmount(). */ public function testcalculateFinancialItemAmount() { -- 2.25.1