Skip to content

Commit aa59e48

Browse files
minor fix
1 parent 4514e0c commit aa59e48

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Model/ResourceModel

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/ResourceModel/OrderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function testSaveLongNames(): void
170170
$payment = $this->objectManager->create(Payment::class);
171171
$payment->setMethod('checkmo');
172172

173-
$order->setStoreId($store->getId())->setPayment($payment);
173+
$order->setStoreId($store->getId());
174174
$order->setXForwardedFor($xForwardedFor);
175175
$order->setPayment($payment);
176176
$this->resourceModel->save($order);

0 commit comments

Comments
 (0)