Skip to content

Commit a8bbbf2

Browse files
author
Mike Weis
committed
MAGETWO-31458: FPT is displayed in invoice totals for partial invoice when product with no FPT is invoiced
- fixed static build failures
1 parent 77fecc5 commit a8bbbf2

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/Creditmemo/ItemTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ public function testCalcRowTotal($qty)
275275
$creditmemoMock->expects($this->exactly(4))
276276
->method('roundPrice')
277277
->will($this->returnCallback(
278-
function($arg) {
279-
return round($arg,2);
278+
function ($arg) {
279+
return round($arg, 2);
280280
}
281281
));
282282

0 commit comments

Comments
 (0)