Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit afa4516

Browse files
Stabilize Builds on Forward Ports Batch 34
1 parent 625f685 commit afa4516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/AdminOrder/CreateTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ public function testSetAccountData()
156156
$this->dataObjectHelper->method('populateWithArray')
157157
->with(
158158
$customer,
159-
['group_id' => 1], CustomerInterface::class
159+
['group_id' => 1],
160+
CustomerInterface::class
160161
);
161162

162163
$this->formFactory->method('create')

0 commit comments

Comments
 (0)