File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ParentProductDataExporter/Test/Integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,14 @@ private function expectedSimpleProductWithParentsData(): array
100
100
'sku ' => 'simple_product_parent_product_test_1 ' ,
101
101
'type ' => 'SIMPLE ' ,
102
102
'parents ' => [
103
- 2 => ['sku ' => 'grouped-product-parent-product-test ' , 'productType ' => 'grouped ' ]
103
+ 0 => ['sku ' => 'grouped-product-parent-product-test ' , 'productType ' => 'grouped ' ]
104
104
],
105
105
],
106
106
[
107
107
'sku ' => 'simple_product_parent_product_test_2 ' ,
108
108
'type ' => 'SIMPLE ' ,
109
109
'parents ' => [
110
- 1 => ['sku ' => 'grouped-product-parent-product-test ' , 'productType ' => 'grouped ' ]
110
+ 0 => ['sku ' => 'grouped-product-parent-product-test ' , 'productType ' => 'grouped ' ]
111
111
],
112
112
],
113
113
[
You can’t perform that action at this time.
0 commit comments