We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bd3ac commit 14b9169Copy full SHA for 14b9169
app/code/Magento/CatalogInventory/Test/Unit/Model/Indexer/ProductPriceIndexFilterTest.php
@@ -82,7 +82,7 @@ public function testModifyPrice()
82
$connectionMock->expects($this->once())->method('select')->willReturn($selectMock);
83
$selectMock->expects($this->at(2))
84
->method('where')
85
- ->with('stock_item.product_id in (?)', $entityIds)
+ ->with('stock_item.product_id IN (?)', $entityIds)
86
->willReturn($selectMock);
87
$this->generator->expects($this->once())
88
->method('generate')
0 commit comments