Skip to content

Commit

Permalink
IBX-7836: [Tests] Changed My Content to My content (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i authored Mar 7, 2024
1 parent ca4472a commit 9ab64b5
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 9ab64b5

Please sign in to comment.