Skip to content

Commit f343f6d

Browse files
MAGETWO-99883: Reorder doesn't show discount price in Order Items row if the Customer Group is not Default
1 parent 9f5d5d6 commit f343f6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/AdminOrder/CreateTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ class CreateTest extends \PHPUnit\Framework\TestCase
9595
*/
9696
private $orderMock;
9797

98+
/**
99+
* @inheritdoc
100+
*/
98101
protected function setUp()
99102
{
100103
$this->formFactory = $this->createPartialMock(FormFactory::class, ['create']);
@@ -371,7 +374,7 @@ public function testInitFromOrder()
371374
[
372375
'setSameAsBilling',
373376
'setCustomerAddressId',
374-
'getSameAsBilling'
377+
'getSameAsBilling',
375378
]
376379
);
377380
$address->method('getSameAsBilling')

0 commit comments

Comments
 (0)