Skip to content

Commit bb41f63

Browse files
committed
Merge branch 'MAGETWO-50907' into MAGETWO-51969
2 parents 355cf2b + f283d6f commit bb41f63

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,7 @@ public function test(OrderInjectable $order, array $data)
6464
['order' => $order, 'data' => $data]
6565
)->run();
6666

67-
return [
68-
'ids' => [
69-
'invoiceIds' => $result['invoiceIds'],
70-
'shipmentIds' => isset($result['shipmentIds']) ? $result['shipmentIds'] : null,
71-
]
72-
];
67+
return $result;
7368
}
7469

7570
/**

0 commit comments

Comments
 (0)