Skip to content

Commit 413a036

Browse files
MAGETWO-95773: Credit memo is created instead of returning error via invoice refund API for Bundle product
- remove empty line
1 parent d70ff4b commit 413a036

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/ItemRepositoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ public function testGet()
176176
->method('getNewInstance')
177177
->willReturn($orderItemMock);
178178

179-
180179
$model = $this->getModel($orderItemMock, $productType);
181180
$this->assertSame($orderItemMock, $model->get($orderItemId));
182181

0 commit comments

Comments
 (0)