Skip to content

Commit 16f6126

Browse files
committed
MAGE-1260: updated assert values
1 parent 61d8f76 commit 16f6126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Test/Integration/AssertValues/Magento24CE.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ abstract class Magento24CE
99
public $productsCountWithoutGiftcards = 181;
1010
public $lastJobDataSize = 13;
1111
public $expectedCategory = 16;
12-
public $attributesForFaceting = 5;
12+
public $attributesForFaceting = 6;
1313
public $automaticalSetOfCategoryAttributesForFaceting = 4;
1414
public $expectedPages = 6;
1515
public $expectedExcludePages = 4;

Test/Integration/AssertValues/Magento24EE.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ abstract class Magento24EE
99
public $productsCountWithoutGiftcards = 181;
1010
public $lastJobDataSize = 13;
1111
public $expectedCategory = 17;
12-
public $attributesForFaceting = 5;
12+
public $attributesForFaceting = 6;
1313
public $automaticalSetOfCategoryAttributesForFaceting = 4;
1414
public $expectedPages = 9;
1515
public $expectedExcludePages = 7;

0 commit comments

Comments
 (0)