From dfd6297d8c21f8edb0229ef85ae8e0a4ffad51c9 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Tue, 16 Feb 2016 22:36:51 +0530 Subject: [PATCH] --CRM-16188, fixed jenkins style check --- tests/phpunit/api/v3/OrderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/OrderTest.php b/tests/phpunit/api/v3/OrderTest.php index 6853a0fa29..3a2e76b94d 100644 --- a/tests/phpunit/api/v3/OrderTest.php +++ b/tests/phpunit/api/v3/OrderTest.php @@ -524,7 +524,7 @@ class api_v3_OrderTest extends CiviUnitTestCase { 'net_amount' => 100, ), ); - $this->checkPaymentResult($order, $expectedResult); + $this->checkPaymentResult($order, $expectedResult); $participantPayment = $this->callAPISuccess('ParticipantPayment', 'getsingle', $params); $participant = $this->callAPISuccess('participant', 'get', array('id' => $participantPayment['participant_id'])); $this->assertEquals($participant['values'][$participant['id']]['participant_status'], 'Cancelled'); -- 2.25.1