From e8dd049baffee1996f457b69a613653929488a49 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 25 Feb 2024 12:45:05 +0200 Subject: [PATCH] fix test --- tests/integration/Espo/Core/Utils/ClassFinderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') );