diff --git a/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php b/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php index 2466815..9fd0686 100644 --- a/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php +++ b/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php @@ -69,7 +69,7 @@ protected function setUp($import_test_views = TRUE) { 'type' => 'test_bundle', ]); $test_entity->moderation_state->target_id = 'draft'; -// $test_entity->save(); + $test_entity->save(); } /**