Skip to content

Commit

Permalink
IBX-7836: Changed My Content to My content
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i committed Feb 26, 2024
1 parent 9e31c3a commit 522d1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/Core/Repository/ContentServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 522d1a7

Please sign in to comment.