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 60e258f commit f494cb1Copy full SHA for f494cb1
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer/PriceTiersTest.php
@@ -121,7 +121,7 @@ public function testGetLowestPriceForGuest()
121
* @magentoApiDataFixture Magento/Catalog/_files/second_product_simple.php
122
* @magentoApiDataFixture Magento/Catalog/_files/three_simple_products_with_tier_price.php
123
*/
124
- public function testGetCorrectDisplaingTierPriceForProducts()
+ public function testProductTierPricesAreCorrectlyReturned()
125
{
126
$productSku = 'simple';
127
$query = <<<QUERY
0 commit comments