We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d115e0 commit eecd47cCopy full SHA for eecd47c
dev/tests/integration/testsuite/Magento/Catalog/Model/ProductPriceWithDimensionTest.php
@@ -110,7 +110,7 @@ public function testGetMinPrice(): void
110
$collection->load();
111
/** @var \Magento\Catalog\Model\Product $product */
112
$product = $collection->getFirstItem();
113
- $this->assertEquals(333, $product->getData('min_price'));
+ $this->assertEquals(323, $product->getData('min_price'));
114
}
115
116
/**
0 commit comments