From c0a39c90603681fcd05d82b0cc6b3f4b208676ba Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Sun, 7 Apr 2024 09:12:22 +0100
Subject: [PATCH] Issue #3436527 by catch: follow-up, fix head fails.

---
 .../FunctionalJavascript/AssetAggregationAcrossPagesTest.php    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php b/core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php
index 02acb5cfec2f..1e56dcdd3c15 100644
--- a/core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php
+++ b/core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php
@@ -41,7 +41,7 @@ public function testFrontAndRecipesPagesAuthenticated() {
     $this->assertSame(4, $performance_data->getStylesheetCount());
     $this->assertSame(94355, $performance_data->getStylesheetBytes());
     $this->assertSame(2, $performance_data->getScriptCount());
-    $this->assertSame(264076, $performance_data->getScriptBytes());
+    $this->assertSame(264166, $performance_data->getScriptBytes());
   }
 
   /**
-- 
GitLab