Skip to content

Commit 6242a21

Browse files
committed
MC-33231: Stabilize Integration tests to work with elasticsearch
- Added code fixes for review comments on price test
1 parent 32710af commit 6242a21

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/DataProvider

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/DataProvider/PriceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public function testGetMaxPriceInt()
7171
public function getRangeItemCountsDataProvider()
7272
{
7373
return [
74+
//[$inputRange, [$expectedItemCounts]]
7475
[1, [11 => 2, 46 => 1, 16 => '1']],
7576
[10, [2 => 3, 5 => 1]],
7677
[20, [1 => 3, 3 => 1]],

0 commit comments

Comments
 (0)