diff --git a/tests/integration/Espo/Core/Utils/ClassFinderTest.php b/tests/integration/Espo/Core/Utils/ClassFinderTest.php index 9640cd51fd..6e7e4fe7c5 100644 --- a/tests/integration/Espo/Core/Utils/ClassFinderTest.php +++ b/tests/integration/Espo/Core/Utils/ClassFinderTest.php @@ -36,7 +36,7 @@ class ClassFinderTest extends \tests\integration\Core\BaseTestCase $classFinder = $this->getContainer()->get('classFinder'); $this->assertEquals( - 'Espo\\Entities\\Crm\\Services\\Account', + 'Espo\\Entities\\Crm\\Entities\\Account', $classFinder->find('Entities', 'Account') );