diff --git a/core/modules/system/tests/modules/entity_test/entity_test.module b/core/modules/system/tests/modules/entity_test/entity_test.module index 82a107d..3a7a51d 100644 --- a/core/modules/system/tests/modules/entity_test/entity_test.module +++ b/core/modules/system/tests/modules/entity_test/entity_test.module @@ -73,7 +73,6 @@ function entity_test_entity_types($filter = NULL) { } $types[] = 'entity_test_mulrev'; $types[] = 'entity_test_mulrev_changed'; - $types[] = 'entity_test_computed_field'; return array_combine($types, $types); }