Skip to content

Commit bf8b1e4

Browse files
static test fixed removed spaces
1 parent a7f7d0a commit bf8b1e4

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Type

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Type/OptionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ public function validateRowStoreViewCodeFieldDataProvider()
804804
'with_store_view_code' => [
805805
'$rowData' => [
806806
'store_view_code' => '',
807-
'custom_options' =>
807+
'custom_options' =>
808808
'name=Test Field Title,type=field,required=1;sku=1-text,price=0,price_type=fixed'
809809
],
810810
'$responseData' => [
@@ -826,7 +826,7 @@ public function validateRowStoreViewCodeFieldDataProvider()
826826
],
827827
'without_store_view_code' => [
828828
'$rowData' => [
829-
'custom_options' =>
829+
'custom_options' =>
830830
'name=Test Field Title,type=field,required=1;sku=1-text,price=0,price_type=fixed'
831831
],
832832
'$responseData' => [

0 commit comments

Comments
 (0)