Skip to content

Commit 62bd458

Browse files
committed
MAGETWO-73062: Store view specific label for FPT attributes is not displayed on frontend
1 parent 1490aa0 commit 62bd458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Weee/Test/Unit/Model/TaxTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public function getProductWeeeAttributesDataProvider()
327327
'attribute_code' => 'fpt_code',
328328
],
329329
'websitePassed' => 1,
330-
'expectedFptLabel' => 'fpt_label'
330+
'expectedFptLabel' => 'fpt_label',
331331
],
332332
'store_label_not_defined' => [
333333
'weeeTaxCalculationsByEntity' => [
@@ -337,7 +337,7 @@ public function getProductWeeeAttributesDataProvider()
337337
'attribute_code' => 'fpt_code',
338338
],
339339
'websitePassed' => 1,
340-
'expectedFptLabel' => 'fpt_label_frontend'
340+
'expectedFptLabel' => 'fpt_label_frontend',
341341
],
342342
'website_not_passed' => [
343343
'weeeTaxCalculationsByEntity' => [

0 commit comments

Comments
 (0)