From: demeritcowboy <demeritcowboy@hotmail.com> Date: Sat, 10 Dec 2022 16:12:25 +0000 (-0500) Subject: update to match earlier name change X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0db28b111b7019fdebdf498a3a4783cda9b26a2a;p=civicrm-core.git update to match earlier name change --- diff --git a/tests/phpunit/CRM/Utils/versionCheckTest.php b/tests/phpunit/CRM/Utils/versionCheckTest.php index 07cf0754b8..1d152a3337 100644 --- a/tests/phpunit/CRM/Utils/versionCheckTest.php +++ b/tests/phpunit/CRM/Utils/versionCheckTest.php @@ -216,7 +216,7 @@ class CRM_Utils_versionCheckTest extends CiviUnitTestCase { 'MembershipBlock', 'Pledge', 'PledgeBlock', - 'Delivered', + 'MailingEventDelivered', ]; sort($entity_names); sort($expected_entity_names);