diff --git a/tests/integration/Espo/Account/CreateTest.php b/tests/integration/Espo/Account/CreateTest.php index 29315d152c..f5a3d40bba 100644 --- a/tests/integration/Espo/Account/CreateTest.php +++ b/tests/integration/Espo/Account/CreateTest.php @@ -48,7 +48,7 @@ class CreateTest extends \tests\integration\Core\BaseTestCase $entity = $service->create((object) [ 'name' => 'Test Account', 'emailAddress' => 'test@tester.com', - 'phoneNumber' => '123-456-789', + 'phoneNumber' => '+14333633333', ], CreateParams::create()); $this->assertInstanceOf('Espo\\ORM\\Entity', $entity);