Merge pull request #17067 from colemanw/importSubmit
[civicrm-core.git] / tests / phpunit / api / v4 / Action / BaseCustomValueTest.php
index 2270e0ac3faa95b236688b98049e06e87c38fe20..3ad87d3d5a87d4065383159edc4c9336d0042ce4 100644 (file)
@@ -43,7 +43,7 @@ abstract class BaseCustomValueTest extends UnitTestCase {
       ],
     ];
 
-    $this->dropByPrefix('civicrm_value_mycontact');
+    $this->dropByPrefix('civicrm_value_my');
     $this->cleanup($cleanup_params);
   }