Skip to content

Commit e2fec75

Browse files
committed
ACP2E-2213: Loading order through repository loads the order multiple times from DB
1 parent 549fa8b commit e2fec75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Sales/Test/Unit/Model/OrderRepositoryTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ private function getOrderExtensionMock(): MockObject
273273
'setConvertingFromQuote',
274274
'setItemAppliedTaxes',
275275
'setPaymentAdditionalInfo'
276-
]
277-
);
276+
]);
278277
} catch (RuntimeException $e) {
279278
// Order extension already generated.
280279
}

0 commit comments

Comments
 (0)