missing comma
authorEileen McNaughton <eileen@mcnaughty.com>
Mon, 16 May 2016 23:21:06 +0000 (11:21 +1200)
committerEileen McNaughton <eileen@mcnaughty.com>
Mon, 16 May 2016 23:21:06 +0000 (11:21 +1200)
tests/phpunit/api/v3/JobTest.php

index 718f653a45107a726c483a499d857d0caeb49a8a..9cf8a0c16cba3e758bd2bb999ce9ac6615fcc34c 100644 (file)
@@ -461,7 +461,7 @@ class api_v3_JobTest extends CiviUnitTestCase {
               'street_address' => 'big house',
             ),
           ),
-        )
+        ),
       ),
     );
     return $data;