diff --git a/core/modules/entity/src/Tests/EntityDisplayTest.php b/core/modules/entity/src/Tests/EntityDisplayTest.php index 8690374..f5faad5 100644 --- a/core/modules/entity/src/Tests/EntityDisplayTest.php +++ b/core/modules/entity/src/Tests/EntityDisplayTest.php @@ -299,7 +299,7 @@ public function testRenameDeleteBundle() { // the modules that provide the formatters. $dependencies = $new_form_display->calculateDependencies(); $expected_form_dependencies = array( - 'entity' => array('field.instance.node.article_rename.body', 'node.type.article_rename'), + 'entity' => array('field.field.node.article_rename.body', 'node.type.article_rename'), 'module' => array('text') ); $this->assertEqual($expected_form_dependencies, $dependencies);