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 authored and edenduong committed Jul 23, 2019
1 parent 3c282f9 commit e14d5cc
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 e14d5cc

Please sign in to comment.