From 0db28b111b7019fdebdf498a3a4783cda9b26a2a Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sat, 10 Dec 2022 11:12:25 -0500 Subject: [PATCH] update to match earlier name change --- tests/phpunit/CRM/Utils/versionCheckTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Utils/versionCheckTest.php b/tests/phpunit/CRM/Utils/versionCheckTest.php index 07cf0754b855..1d152a3337a4 100644 --- a/tests/phpunit/CRM/Utils/versionCheckTest.php +++ b/tests/phpunit/CRM/Utils/versionCheckTest.php @@ -216,7 +216,7 @@ public function testGetSiteStats() { 'MembershipBlock', 'Pledge', 'PledgeBlock', - 'Delivered', + 'MailingEventDelivered', ]; sort($entity_names); sort($expected_entity_names);