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 d3af3da commit 53eb74aCopy full SHA for 53eb74a
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer/PriceTiersTest.php
@@ -147,8 +147,9 @@ public function testProductTierPricesAreCorrectlyReturned()
147
if (in_array($item['sku'], $productsWithTierPrices)) {
148
$this->assertCount(1, $response['products']['items'][$key]['price_tiers']);
149
} else {
150
- if(empty($response['products']['items'][$key]['price_tiers']))
+ if(empty($response['products']['items'][$key]['price_tiers'])) {
151
$this->assertCount(0, $response['products']['items'][$key]['price_tiers']);
152
+ }
153
}
154
155
0 commit comments