Skip to content

Commit

Permalink
Merge pull request #25150 from demeritcowboy/sitestats
Browse files Browse the repository at this point in the history
[NFC] Update testGetSiteStats to match earlier name change
  • Loading branch information
seamuslee001 authored Dec 11, 2022
2 parents 5f1123d + 0db28b1 commit 1c3a496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/CRM/Utils/versionCheckTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function testGetSiteStats() {
'MembershipBlock',
'Pledge',
'PledgeBlock',
'Delivered',
'MailingEventDelivered',
];
sort($entity_names);
sort($expected_entity_names);
Expand Down

0 comments on commit 1c3a496

Please sign in to comment.