Skip to content

Commit 14b9169

Browse files
committed
fix unit test
1 parent e7bd3ac commit 14b9169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Test/Unit/Model/Indexer/ProductPriceIndexFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function testModifyPrice()
8282
$connectionMock->expects($this->once())->method('select')->willReturn($selectMock);
8383
$selectMock->expects($this->at(2))
8484
->method('where')
85-
->with('stock_item.product_id in (?)', $entityIds)
85+
->with('stock_item.product_id IN (?)', $entityIds)
8686
->willReturn($selectMock);
8787
$this->generator->expects($this->once())
8888
->method('generate')

0 commit comments

Comments
 (0)