From 542d9e2c260419e036c63448d1b09e34d880948c Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sun, 10 May 2015 16:20:58 +1200 Subject: [PATCH] trying to get whitespace right --- tests/phpunit/api/v3/ContributionTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/ContributionTest.php b/tests/phpunit/api/v3/ContributionTest.php index c7082d0131..3d75bae1f4 100644 --- a/tests/phpunit/api/v3/ContributionTest.php +++ b/tests/phpunit/api/v3/ContributionTest.php @@ -1454,7 +1454,8 @@ class api_v3_ContributionTest extends CiviUnitTestCase { $lineItem1['values'][0], array( 'line_total' => '400.00', 'unit_price' => '400.00', - )); + ) + ); $lineItem2 = $this->callAPISuccess('line_item', 'get', array_merge($lineItemParams, array( 'entity_id' => $originalContribution['id'] + 1, -- 2.25.1