Issue #3436527 by catch: follow-up, fix head fails.

(cherry picked from commit c0a39c9060)
merge-requests/7413/head
catch 2024-04-07 09:12:22 +01:00
parent 98d4521d6c
commit 9f3472f3d6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class AssetAggregationAcrossPagesTest extends PerformanceTestBase {
$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());
}
/**