Skip to content

Commit a3dbeae

Browse files
committed
MAGETWO-96016: The value Quantity of Advenced Pricing isn't saved correctly
1 parent 401cad4 commit a3dbeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function testGetList($customerGroupId, $count, $value, $qty)
4949
public function getListDataProvider()
5050
{
5151
return [
52-
[0, 2, 5, 3],
52+
[0, 3, 5, 3],
5353
[1, 0, null, null],
5454
['all', 2, 8, 2],
5555
];

0 commit comments

Comments
 (0)