File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
tests/integration/Core/Persistence/Legacy Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ public function testUpdateFields(): void
33
33
34
34
$ contentTypeService ->publishContentTypeDraft ($ contentType );
35
35
36
-
37
36
// Create content, with two translations
38
37
$ content = $ this ->createNewContent ('Some Content ' , ['eng-GB ' , 'ger-DE ' ]);
39
38
@@ -43,7 +42,6 @@ public function testUpdateFields(): void
43
42
$ engDraft = $ this ->createContentDraft ($ content , 'eng-GB ' );
44
43
$ engDraft = $ this ->updateContent ($ engDraft , $ engUpdateStruct );
45
44
46
-
47
45
// Create new non-translatable field
48
46
$ contentType = $ contentTypeService ->loadContentTypeByIdentifier ('multi_lang_drafts ' );
49
47
$ contentTypeDraft = $ contentTypeService ->createContentTypeDraft ($ contentType );
You can’t perform that action at this time.
0 commit comments