Skip to content

Commit

Permalink
Merge pull request #1342 from magespecialist/fix_issue_1339
Browse files Browse the repository at this point in the history
Fix issue #1339 - \Magento\Sales\Service\V1\ShipmentCreateTest::testInvoke
  • Loading branch information
Valeriy Nayda authored Jun 14, 2018
2 parents d30171b + 4213b10 commit 6ae959d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ public function testInvoke()
'qty' => $orderItem->getQtyOrdered(),
'additional_data' => null,
'description' => null,
'entity_id' => null,
'entity_id' => 1,
'name' => null,
'parent_id' => null,
'price' => null,
'product_id' => null,
'row_total' => null,
'sku' => null,
'sku' => 'simple',
'weight' => null,
],
];
Expand Down

0 comments on commit 6ae959d

Please sign in to comment.