Typo fix in tests.
authorMattias Michaux <mattias.michaux@gmail.com>
Tue, 26 Apr 2016 12:32:55 +0000 (14:32 +0200)
committerMattias Michaux <mattias.michaux@gmail.com>
Fri, 29 Apr 2016 05:42:04 +0000 (07:42 +0200)
tests/phpunit/CRM/Utils/TypeTest.php

index ae131aa268ad52d3006110afcc569c06585120bd..b8371cdd05815fb0fabeff1130691c20f7d15d1f 100644 (file)
@@ -46,7 +46,7 @@ class CRM_Utils_TypeTest extends CiviUnitTestCase {
       array('DESC', 'MysqlOrderByDirection', 'desc'),
       array('DESCc', 'MysqlOrderByDirection', NULL),
       array('table.civicrm_column_name desc', 'MysqlOrderBy', 'table.civicrm_column_name desc'),
-      array('table.civicrm_column_name desc,other_column,another_column desc', 'MysqlOrderBy', 'table.civicrm_column_name desc, other_column, another_column desc'),
+      array('table.civicrm_column_name desc,other_column, another_column desc', 'MysqlOrderBy', 'table.civicrm_column_name desc,other_column, another_column desc'),
     );
   }