remove more inline messages
[civicrm-core.git] / tests / phpunit / CRM / Mailing / BAO / QueryTest.php
index fa3e49d128c4e6d2fd9ff5fabc16793e2385c5da..64079157d6d69610c490286fef83c3afd5a316ea 100644 (file)
@@ -67,7 +67,7 @@ class CRM_Mailing_BAO_QueryTest extends CiviUnitTestCase {
 
     sort($contacts, SORT_NUMERIC);
 
-    $this->assertEquals($ids, $contacts, 'In line ' . __LINE__);
+    $this->assertEquals($ids, $contacts);
   }
 
 }