From 35e76fc2b4024cb4ba82cccc982b4f20b2361238 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 17 May 2016 11:21:06 +1200 Subject: [PATCH] missing comma --- tests/phpunit/api/v3/JobTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/JobTest.php b/tests/phpunit/api/v3/JobTest.php index 718f653a45..9cf8a0c16c 100644 --- a/tests/phpunit/api/v3/JobTest.php +++ b/tests/phpunit/api/v3/JobTest.php @@ -461,7 +461,7 @@ class api_v3_JobTest extends CiviUnitTestCase { 'street_address' => 'big house', ), ), - ) + ), ), ); return $data; -- 2.25.1