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 5e176b7 commit 71d8089Copy full SHA for 71d8089
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer/PriceTiersTest.php
@@ -147,9 +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