Skip to content

Commit 3b59bf5

Browse files
authored
MDEE-869: Fix integration tests on old configuration (#450)
* MDEE-869: Fix integration tests on old configuration
1 parent 9a29e1b commit 3b59bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ParentProductDataExporter/Test/Integration/ExportParentProductTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ private function expectedSimpleProductWithParentsData(): array
100100
'sku' => 'simple_product_parent_product_test_1',
101101
'type' => 'SIMPLE',
102102
'parents' => [
103-
2 => ['sku' => 'grouped-product-parent-product-test', 'productType' => 'grouped']
103+
0 => ['sku' => 'grouped-product-parent-product-test', 'productType' => 'grouped']
104104
],
105105
],
106106
[
107107
'sku' => 'simple_product_parent_product_test_2',
108108
'type' => 'SIMPLE',
109109
'parents' => [
110-
1 => ['sku' => 'grouped-product-parent-product-test', 'productType' => 'grouped']
110+
0 => ['sku' => 'grouped-product-parent-product-test', 'productType' => 'grouped']
111111
],
112112
],
113113
[

0 commit comments

Comments
 (0)