Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 34b6183

Browse files
committedMar 23, 2018
MAGETWO-89535: Category navigation menu is not updated after moving sub category to the same level as parent
1 parent 2da1f14 commit 34b6183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/code/Magento/Catalog/Test/Unit/Model/CategoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ public function testGetIdentitiesWithAffectedCategories()
666666
'catalog_category_1',
667667
'catalog_category_2',
668668
'catalog_category_3',
669-
'catalog_category_product_1'
669+
'catalog_category_product_1',
670670
];
671671
$category->setId(1);
672672
$category->setAffectedCategoryIds([1,2,3]);

0 commit comments

Comments
 (0)
Please sign in to comment.