Skip to content

Commit

Permalink
NGSTACK-836: update test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed May 31, 2024
1 parent ddf2565 commit 369e106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Integration/API/ParentChildIndexingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function testPublishVersion(): void
$contentTypeGroups = $contentTypeService->loadContentTypeGroups();
$contentTypeCreateStruct = $contentTypeService->newContentTypeCreateStruct('parent_child_test');
$contentTypeCreateStruct->mainLanguageCode = 'eng-GB';
$contentTypeCreateStruct->names = ['eng-GB' => 'Article'];
$contentTypeCreateStruct->names = ['eng-GB' => 'Parent child test'];
$fieldDefinitionCreateStruct = $contentTypeService->newFieldDefinitionCreateStruct('name', 'ezstring');
$fieldDefinitionCreateStruct->position = 0;
$fieldDefinitionCreateStruct->isSearchable = true;
Expand Down

0 comments on commit 369e106

Please sign in to comment.