Skip to content

Commit

Permalink
fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rossluk authored Feb 19, 2017
1 parent 85ffb60 commit 92a6e89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ public function testGetValueFromData()
{
$catalogRulePrice = 7.1;
$convertedPrice = 5.84;

$this->priceCurrencyMock->expects($this->any())
->method('convertAndRound')
->with($catalogRulePrice)
->will($this->returnValue($convertedPrice));

$this->saleableItemMock->expects($this->once())->method('hasData')
->with('catalog_rule_price')->willReturn(true);
$this->saleableItemMock->expects($this->once())->method('getData')
Expand Down

0 comments on commit 92a6e89

Please sign in to comment.