Skip to content

Commit 795b6b8

Browse files
committed
Static versioning and styles minification break email fonts styles #8241
- fix unit test
1 parent 9f71bed commit 795b6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Email/Test/Unit/Model/Template/FilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ public function applyInlineCssDataProvider()
359359
'<html><head><style type="text/css">div { color: #111; }</style></head><p></p></html>',
360360
'p { color: #000 }',
361361
[
362-
'<head><style type="text/css">div { color: #111; }</style></head>',
362+
'<style type="text/css">div { color: #111; }</style>',
363363
'<p style="color: #000;"></p>',
364364
],
365365
],

0 commit comments

Comments
 (0)