Skip to content

Commit 8d90e19

Browse files
committed
undefine variable fixed
1 parent ca9de51 commit 8d90e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductTierPriceManagementTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public function testGetList($customerGroupId, $count, $value, $qty)
4646

4747
$this->assertCount($count, $tierPriceList);
4848
if ($count) {
49-
$this->assertEquals($value, $tearPriceList[0]['value']);
50-
$this->assertEquals($qty, $tearPriceList[0]['qty']);
49+
$this->assertEquals($value, $tierPriceList[0]['value']);
50+
$this->assertEquals($qty, $tierPriceList[0]['qty']);
5151
}
5252
}
5353

0 commit comments

Comments
 (0)