Skip to content

Commit 776046a

Browse files
committed
MAGETWO-63159: Fix Sales Rule Data Model convertor to support extension attributes
1 parent 5a81884 commit 776046a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Test/Unit/Model/Converter/ToDataModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\SalesRule\Test\Unit\Model\Converter;
7+
78
use Magento\SalesRule\Api\Data\RuleExtensionFactory;
89
use Magento\SalesRule\Api\Data\RuleExtensionInterface;
910

@@ -176,7 +177,6 @@ public function testToDataModel()
176177
->getMock();
177178
$arrayAttributes['extension_attributes'] = $attributesMock;
178179

179-
180180
$this->extensionFactoryMock->expects($this->any())
181181
->method('create')
182182
->with(['data' => $array['extension_attributes']])

0 commit comments

Comments
 (0)