We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849db8c commit 0930cf5Copy full SHA for 0930cf5
dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Category/ProductTest.php
@@ -198,7 +198,7 @@ public function testDeleteInactiveCategory(): void
198
$this->indexer->reindexAll();
199
$isInvalidIndexer = $this->indexer->isInvalid();
200
201
- $this->categoryRepository->deleteByIdentifier(4);
+ $this->categoryRepository->deleteByIdentifier(8);
202
203
$state = $this->indexer->getState();
204
$state->loadByIndexer($this->indexer->getId());
0 commit comments