Skip to content

Commit 5e6c595

Browse files
committed
Static test fix
1 parent 1308074 commit 5e6c595

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/Config/Test/Unit/Model/_files/converted_config.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
'id' => 'field_3_1_1',
7676
'translate' => 'label',
7777
'showInWebsite' => '1',
78-
'backend_model' =>
79-
\Magento\Config\Model\Config\Backend\Encrypted::class,
78+
'backend_model' => \Magento\Config\Model\Config\Backend\Encrypted::class,
8079
'type' => 'text',
8180
'label' => 'Field 3.1.1',
8281
'_elementType' => 'field',
@@ -196,7 +195,7 @@
196195
'tab' => 'tab_1',
197196
'_elementType' => 'field'
198197
],
199-
],
198+
],
200199
],
201200
],
202201
];

0 commit comments

Comments
 (0)