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.
2 parents ff57bac + 7155bb7 commit b8fb80dCopy full SHA for b8fb80d
app/code/Magento/CatalogInventory/Test/Unit/Model/Stock/StockItemRepositoryTest.php
@@ -304,7 +304,6 @@ public function testSave()
304
->method('save')
305
->with($this->stockItemMock)
306
->willReturnSelf();
307
- $this->indexProcessorMock->expects($this->never())->method('reindexRow')->with($productId);
308
309
$this->assertEquals($this->stockItemMock, $this->model->save($this->stockItemMock));
310
}
0 commit comments