Rename (some) labels to differ from names to simulate the fact they are different...
[civicrm-core.git] / tests / phpunit / CRM / Contribute / Import / Parser / ContributionTest.php
index 7213e1100dc69454e8a24a4f7efc5e536dc17ed4..02e42c062b789819be8d47967f7526bce1c37179 100644 (file)
@@ -132,7 +132,7 @@ class CRM_Contribute_Import_Parser_ContributionTest extends CiviUnitTestCase {
     // Note that the expected result should logically be CRM_Import_Parser::valid but writing test to reflect not fix here
     $this->runImport($values, CRM_Import_Parser::DUPLICATE_UPDATE, NULL);
     $contribution = $this->callAPISuccessGetSingle('Contribution', ['contact_id' => $contactID]);
-    $this->assertEquals('Pending', $contribution['contribution_status']);
+    $this->assertEquals('Pending Label**', $contribution['contribution_status']);
 
     $this->callAPISuccess('OptionValue', 'create', [
       'option_group_id' => 'contribution_status',