Skip to content

Commit 7e5d864

Browse files
author
dnyomo
committed
missed this test
1 parent d3aa6b6 commit 7e5d864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoriesQuery/CategoriesFilterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ public function testQueryCategoryWithDisabledChildren()
297297
$this->assertEquals('Its a description of Test Category 1.2', $firstChildCategory['description']);
298298

299299
$firstChildCategoryExpectedProducts = [
300-
['sku' => 'simple', 'name' => 'Simple Product'],
301-
['sku' => 'simple-4', 'name' => 'Simple Product Three']
300+
['sku' => 'simple-4', 'name' => 'Simple Product Three'],
301+
['sku' => 'simple', 'name' => 'Simple Product']
302302
];
303303
$this->assertCategoryProducts($firstChildCategory, $firstChildCategoryExpectedProducts);
304304
$firstChildCategoryChildren = [];

0 commit comments

Comments
 (0)