Skip to content

Commit 0a4393c

Browse files
committed
Fix static test
1 parent 20fd591 commit 0a4393c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogInventory/Block/Adminhtml/Form/Field/CustomergroupTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ public function testToHtml()
2626
$this->_block->setId('123');
2727
$this->_block->setTitle('Customer Group');
2828
$this->_block->setInputName('groups[item_options]');
29-
$expectedResult = '<select name="groups[item_options]" id="123" class="customer_group_select admin__control-select" '
29+
$expectedResult = '<select name="groups[item_options]" id="123" '
30+
. 'class="customer_group_select admin__control-select" '
3031
. 'title="Customer Group" ><option value="32000" >ALL GROUPS</option><option value="0" >NOT LOGGED IN'
3132
. '</option><option value="1" >General</option><option value="2" >Wholesale</option><option value="3" >'
3233
. 'Retailer</option></select>';

0 commit comments

Comments
 (0)