Merge pull request #23309 from civicrm/5.49
[civicrm-core.git] / tests / phpunit / api / v4 / Entity / ExampleDataTest.php
index 88ace338ffb6130de69328227646c41ca3a076f4..8f71f57240fec7b7457cbe49e8352cf35c17ff2f 100644 (file)
@@ -34,7 +34,7 @@ class ExampleDataTest extends UnitTestCase {
    */
   public function testGet() {
     $file = \Civi::paths()->getPath('[civicrm.root]/Civi/WorkflowMessage/GenericWorkflowMessage/Alex.ex.php');
-    $name = 'workflow/generic/alex';
+    $name = 'workflow/generic/Alex';
 
     $this->assertTrue(file_exists($file), "Expect find canary file ($file)");