Skip to content

Commit eecd47c

Browse files
committed
MAGETWO-93753: [Forwardport] Implement sharding and parallelization for Price Indexer - part 2
1 parent 5d115e0 commit eecd47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/ProductPriceWithDimensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function testGetMinPrice(): void
110110
$collection->load();
111111
/** @var \Magento\Catalog\Model\Product $product */
112112
$product = $collection->getFirstItem();
113-
$this->assertEquals(333, $product->getData('min_price'));
113+
$this->assertEquals(323, $product->getData('min_price'));
114114
}
115115

116116
/**

0 commit comments

Comments
 (0)