Skip to content

Commit 6db78e5

Browse files
committed
Fixing test.
1 parent 758c5ed commit 6db78e5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

modules/graphql_core/tests/src/Kernel/Entity/EntityBasicFieldsTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ public function testBasicFields() {
7878
'entityOwner' => [
7979
'entityLabel' => $user->label(),
8080
],
81-
'entityTranslation' => [
82-
// TODO: Fix this.
83-
// 'entityLabel' => $translation->label(),
84-
'entityTranslation' => NULL,
85-
],
81+
// TODO: Fix this.
82+
'entityTranslation' => NULL,
83+
// 'entityTranslation' => [
84+
// 'entityLabel' => $translation->label(),
85+
// ],
8686
'entityPublished' => TRUE,
8787
'entityCreated' => $created,
8888
'entityChanged' => $changed,

0 commit comments

Comments
 (0)