Skip to content

Commit 8030caf

Browse files
committed
fixup! fixup! IBX-9446: [BO] Fatal error after non-translatable field added to Content Type - Cleaned up test
1 parent d63c79f commit 8030caf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/Core/Persistence/Legacy/FileHandlerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public function testUpdateFields(): void
3333

3434
$contentTypeService->publishContentTypeDraft($contentType);
3535

36-
3736
// Create content, with two translations
3837
$content = $this->createNewContent('Some Content', ['eng-GB', 'ger-DE']);
3938

@@ -43,7 +42,6 @@ public function testUpdateFields(): void
4342
$engDraft = $this->createContentDraft($content, 'eng-GB');
4443
$engDraft = $this->updateContent($engDraft, $engUpdateStruct);
4544

46-
4745
// Create new non-translatable field
4846
$contentType = $contentTypeService->loadContentTypeByIdentifier('multi_lang_drafts');
4947
$contentTypeDraft = $contentTypeService->createContentTypeDraft($contentType);

0 commit comments

Comments
 (0)