Skip to content

Commit afd489b

Browse files
committed
Fix space
1 parent 7eed116 commit afd489b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/SalesRule/Test/Unit/Model/RulesApplierTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ public function testAddCouponDescriptionWithRuleDescriptionIsUsed()
149149
* @var \Magento\SalesRule\Model\Rule|\PHPUnit_Framework_MockObject_MockObject $rule
150150
*/
151151
$rule = $this->createPartialMock(
152-
\Magento\SalesRule\Model\Rule::class,
153-
['getStoreLabel', 'getCouponType', 'getRuleId', '__wakeup', 'getActions']
152+
\Magento\SalesRule\Model\Rule::class,
153+
['getStoreLabel', 'getCouponType', 'getRuleId', '__wakeup', 'getActions']
154154
);
155155

156156
$rule->setDescription($ruleDescription);
@@ -168,7 +168,7 @@ public function testAddCouponDescriptionWithRuleDescriptionIsUsed()
168168

169169
$this->assertEquals($address->getDiscountDescriptionArray(), $description[$ruleId]);
170170
}
171-
171+
172172
/**
173173
* @return array
174174
*/

0 commit comments

Comments
 (0)