From c7aace27a3e1ee8801693b480df7399ac50dc100 Mon Sep 17 00:00:00 2001
From: "kunal.sachdev" <kunal.sachdev@3685163.no-reply.drupal.org>
Date: Fri, 18 Nov 2022 14:40:11 +0000
Subject: [PATCH] Issue #3322150 by kunal.sachdev: Rename remaining instances
 of 'test_theme' to 'automatic_updates_extensions_test_theme'

---
 .../aaa_update_test/vendor/composer/installed.php           | 6 +++---
 .../semver_test/vendor/composer/installed.php               | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/automatic_updates_extensions/tests/fixtures/stage_composer/aaa_update_test/vendor/composer/installed.php b/automatic_updates_extensions/tests/fixtures/stage_composer/aaa_update_test/vendor/composer/installed.php
index db86abf49f..ab1ddd069b 100644
--- a/automatic_updates_extensions/tests/fixtures/stage_composer/aaa_update_test/vendor/composer/installed.php
+++ b/automatic_updates_extensions/tests/fixtures/stage_composer/aaa_update_test/vendor/composer/installed.php
@@ -7,9 +7,9 @@
 $projects_dir = __DIR__ . '/../../web/projects';
 return [
   'versions' => [
-    'drupal/test_theme' => [
-      'type' => 'drupal-module',
-      'install_path' => $projects_dir . '/test_theme',
+    'drupal/automatic_updates_extensions_test_theme' => [
+      'type' => 'drupal-theme',
+      'install_path' => $projects_dir . '/automatic_updates_extensions_test_theme',
     ],
     'drupal/semver_test' => [
       'type' => 'drupal-module',
diff --git a/automatic_updates_extensions/tests/fixtures/stage_composer/semver_test/vendor/composer/installed.php b/automatic_updates_extensions/tests/fixtures/stage_composer/semver_test/vendor/composer/installed.php
index db86abf49f..ab1ddd069b 100644
--- a/automatic_updates_extensions/tests/fixtures/stage_composer/semver_test/vendor/composer/installed.php
+++ b/automatic_updates_extensions/tests/fixtures/stage_composer/semver_test/vendor/composer/installed.php
@@ -7,9 +7,9 @@
 $projects_dir = __DIR__ . '/../../web/projects';
 return [
   'versions' => [
-    'drupal/test_theme' => [
-      'type' => 'drupal-module',
-      'install_path' => $projects_dir . '/test_theme',
+    'drupal/automatic_updates_extensions_test_theme' => [
+      'type' => 'drupal-theme',
+      'install_path' => $projects_dir . '/automatic_updates_extensions_test_theme',
     ],
     'drupal/semver_test' => [
       'type' => 'drupal-module',
-- 
GitLab