Skip to content

Commit 5a47b03

Browse files
committed
MC-30099: Inventory Sources and Stock is breaking the Category and CMS
1 parent 467e062 commit 5a47b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Rule/Test/Unit/Model/Condition/Product/AbstractProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public function testPrepareValueOptions(
331331
->willReturn($attributeObjectFrontendInput);
332332
$attributeObjectMock->method('getSource')->willReturn($attrObjectSourceMock);
333333

334-
$entityTypeMock = $this->getMockBuilder(\Magento\Framework\Model\AbstractModel\Type::class)
334+
$entityTypeMock = $this->getMockBuilder(\Magento\Eav\Model\Entity\Type::class)
335335
->setMethods(['getId'])
336336
->disableOriginalConstructor()
337337
->getMock();

0 commit comments

Comments
 (0)