Skip to content

Commit 395fb02

Browse files
committed
MC-2259: Build Stabilization
Fix max line length
1 parent 4312592 commit 395fb02

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/js/jasmine/tests/app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/block/mass-converter

1 file changed

+2
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/block/mass-converter/widget-directive.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ define([
6868
html_variable: 'myhtml'
6969
},
7070
attributes = {
71-
myhtml: '{{widget template="foobar" block_id="123" type_name="CMS Static Block" type="Magento\\Cms\\Block\\Widget\\Block"}}'
71+
myhtml: '{{widget template="foobar" block_id="123" type_name="CMS Static Block" ' +
72+
'type="Magento\\Cms\\Block\\Widget\\Block"}}'
7273
},
7374
result = model.fromDom(attributes, config);
7475

0 commit comments

Comments
 (0)