Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 59bd874

Browse files
author
ashutosh
committed
error fixed Whitespace found at end of line
1 parent 175ebc0 commit 59bd874

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Quote/Test/Unit/Model/Quote/Item/ProcessorTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ protected function setUp()
100100
$this->productMock = $this->createPartialMock(
101101
\Magento\Catalog\Model\Product::class,
102102
[
103-
'getCustomOptions',
104-
'__wakeup',
105-
'getParentProductId',
106-
'getCartQty',
107-
'getStickWithinParent',
103+
'getCustomOptions',
104+
'__wakeup',
105+
'getParentProductId',
106+
'getCartQty',
107+
'getStickWithinParent',
108108
'getFinalPrice']
109109
);
110110
$this->objectMock = $this->createPartialMock(

0 commit comments

Comments
 (0)