Skip to content

Commit

Permalink
error fixed Whitespace found at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh committed Oct 30, 2018
1 parent 175ebc0 commit 59bd874
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ protected function setUp()
$this->productMock = $this->createPartialMock(
\Magento\Catalog\Model\Product::class,
[
'getCustomOptions',
'__wakeup',
'getParentProductId',
'getCartQty',
'getStickWithinParent',
'getCustomOptions',
'__wakeup',
'getParentProductId',
'getCartQty',
'getStickWithinParent',
'getFinalPrice']
);
$this->objectMock = $this->createPartialMock(
Expand Down

0 comments on commit 59bd874

Please sign in to comment.