From 522d1a70d57675da9e34f0064dafe9b81080fec1 Mon Sep 17 00:00:00 2001 From: Robert Swoboda <53216935+Gengar-i@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:06:52 +0100 Subject: [PATCH] IBX-7836: Changed My Content to My content --- tests/integration/Core/Repository/ContentServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/Core/Repository/ContentServiceTest.php b/tests/integration/Core/Repository/ContentServiceTest.php index 681039bfc5..ad720a89b9 100644 --- a/tests/integration/Core/Repository/ContentServiceTest.php +++ b/tests/integration/Core/Repository/ContentServiceTest.php @@ -2184,7 +2184,7 @@ public function testUpdateContentMainTranslation(): void $contentType, self::ENG_US ); - $contentCreate->setField('name', 'My Content'); + $contentCreate->setField('name', 'My content'); $content = $contentService->publishVersion( $contentService->createContent( $contentCreate,