Skip to content

Commit 888ad59

Browse files
committed
refactor code
1 parent bbfdb08 commit 888ad59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Ui/Component/FilterFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testCreateWithUseSourceAttribute()
9292
'options' => self::STUB_ATTRIBUTE['all_options'],
9393
'caption' => (string)__('Select...'),
9494
'dataScope' => self::STUB_ATTRIBUTE['attribute_code'],
95-
'label' => (string)__(self::STUB_ATTRIBUTE['default_frontend_label']),
95+
'label' => self::STUB_ATTRIBUTE['default_frontend_label'],
9696
]
9797
],
9898
'context' => $contextMock

0 commit comments

Comments
 (0)