@@ -214,8 +214,8 @@ public function testQueryChildCategoriesWithProducts()
214
214
$ this ->assertEquals ('Category 1.2 ' , $ secondChildCategory ['name ' ]);
215
215
$ this ->assertEquals ('Its a description of Test Category 1.2 ' , $ secondChildCategory ['description ' ]);
216
216
$ firstChildCategoryExpectedProducts = [
217
- ['sku ' => 'simple ' , 'name ' => 'Simple Product ' ],
218
- ['sku ' => 'simple-4 ' , 'name ' => 'Simple Product Three ' ]
217
+ ['sku ' => 'simple-4 ' , 'name ' => 'Simple Product Three ' ],
218
+ ['sku ' => 'simple ' , 'name ' => 'Simple Product ' ]
219
219
];
220
220
$ this ->assertCategoryProducts ($ secondChildCategory , $ firstChildCategoryExpectedProducts );
221
221
$ firstChildCategoryChildren = [];
@@ -294,8 +294,8 @@ public function testQueryCategoryWithDisabledChildren()
294
294
$ this ->assertEquals ('Its a description of Test Category 1.2 ' , $ firstChildCategory ['description ' ]);
295
295
296
296
$ firstChildCategoryExpectedProducts = [
297
- ['sku ' => 'simple ' , 'name ' => 'Simple Product ' ],
298
- ['sku ' => 'simple-4 ' , 'name ' => 'Simple Product Three ' ]
297
+ ['sku ' => 'simple-4 ' , 'name ' => 'Simple Product Three ' ],
298
+ ['sku ' => 'simple ' , 'name ' => 'Simple Product ' ]
299
299
];
300
300
$ this ->assertCategoryProducts ($ firstChildCategory , $ firstChildCategoryExpectedProducts );
301
301
$ firstChildCategoryChildren = [];
0 commit comments