Skip to content

Commit 261aa14

Browse files
committed
Fix failing minifier test
1 parent f4c13da commit 261aa14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/Asset/MinifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,6 @@ public function testDeploymentWithMinifierEnabled()
248248
file_get_contents(dirname(__DIR__) . '/_files/static/expected/styles.magento.min.css'),
249249
file_get_contents($fileToBePublished),
250250
'Minified file is not equal or minification did not work for deployed CSS'
251-
);
251+
);
252252
}
253253
}

dev/tests/integration/testsuite/Magento/Framework/View/_files/static/expected/styles.magento.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)