Skip to content

Commit c9f0989

Browse files
committed
MC-20703: Admin: Delete a category
1 parent d3c9715 commit c9f0989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function testSaveDesign(): void
132132
* @magentoAppArea adminhtml
133133
* @return void
134134
*/
135-
public function testCheckCategoryBehaviourAfterDelete(): void
135+
public function testCategoryBehaviourAfterDelete(): void
136136
{
137137
$productCollection = $this->productCollectionFactory->create();
138138
$deletedCategories = ['3', '4', '5', '13'];

0 commit comments

Comments
 (0)