Skip to content

Commit 8383532

Browse files
author
Roman Ganin
committed
MAGETWO-39957: Catalog Price Rule does not apply to Group price
- tests
1 parent e0c5c21 commit 8383532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogRule/Test/Unit/Model/Indexer/IndexBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ protected function setUp()
206206
public function testUpdateCatalogRuleGroupWebsiteData()
207207
{
208208
$groupPriceAttrMock = $this->getMock(
209-
'Magento\Catalog\Model\Entity\AttributeGroup',
209+
'Magento\Catalog\Model\Entity\Attribute',
210210
['getBackend'],
211211
[],
212212
'',

0 commit comments

Comments
 (0)