Skip to content

Commit b8fb80d

Browse files
committed
Merge remote-tracking branch 'origin/2.2-develop-pr9' into 2.2-develop-pr9
2 parents ff57bac + 7155bb7 commit b8fb80d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/CatalogInventory/Test/Unit/Model/Stock/StockItemRepositoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ public function testSave()
304304
->method('save')
305305
->with($this->stockItemMock)
306306
->willReturnSelf();
307-
$this->indexProcessorMock->expects($this->never())->method('reindexRow')->with($productId);
308307

309308
$this->assertEquals($this->stockItemMock, $this->model->save($this->stockItemMock));
310309
}

0 commit comments

Comments
 (0)