Skip to content

Commit 71d8089

Browse files
ashishkumarpundeerashishkumarpundeer
authored andcommitted
AC-6672::Fixed the static test case failure
1 parent 5e176b7 commit 71d8089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer/PriceTiersTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ public function testProductTierPricesAreCorrectlyReturned()
147147
if (in_array($item['sku'], $productsWithTierPrices)) {
148148
$this->assertCount(1, $response['products']['items'][$key]['price_tiers']);
149149
} else {
150-
if(empty($response['products']['items'][$key]['price_tiers'])) {
150+
if (empty($response['products']['items'][$key]['price_tiers'])) {
151151
$this->assertCount(0, $response['products']['items'][$key]['price_tiers']);
152-
}
152+
}
153153
}
154154
}
155155
}

0 commit comments

Comments
 (0)