Skip to content

Commit 0930cf5

Browse files
fixed integration test
1 parent 849db8c commit 0930cf5

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Category

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Category/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function testDeleteInactiveCategory(): void
198198
$this->indexer->reindexAll();
199199
$isInvalidIndexer = $this->indexer->isInvalid();
200200

201-
$this->categoryRepository->deleteByIdentifier(4);
201+
$this->categoryRepository->deleteByIdentifier(8);
202202

203203
$state = $this->indexer->getState();
204204
$state->loadByIndexer($this->indexer->getId());

0 commit comments

Comments
 (0)