Skip to content

Commit a9c3691

Browse files
committed
MC-37745: Missing products from categories, indexing related
1 parent 79fe484 commit a9c3691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/FulltextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private function setupDataProvider($stores)
144144
$dimension = $this->getMockBuilder(Dimension::class)
145145
->disableOriginalConstructor()
146146
->getMock();
147-
$dimension->expects($this->once())
147+
$dimension->expects($this->any())
148148
->method('getValue')
149149
->willReturn($storeId);
150150

0 commit comments

Comments
 (0)