Skip to content

Commit 2cb027d

Browse files
committed
MAGETWO-70062: Product price filter in admin shows incorrect product amount
- Add test namespace - Add empty line at end of file
1 parent 983da74 commit 2cb027d

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Ui/DataProvider/ProductTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
namespace Magento\Catalog\Ui\DataProvider;
67

78
use Magento\Framework\Data\Collection;
89

@@ -56,4 +57,4 @@ public function sortingFieldsDataProvider()
5657
'price DESC' => ['price', Collection::SORT_ORDER_DESC],
5758
];
5859
}
59-
}
60+
}

0 commit comments

Comments
 (0)