Skip to content

Commit f06fd44

Browse files
committed
ACP2E-4137: [Cloud] No such entity with cartId
1 parent 55042ea commit f06fd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Test/Unit/Model/SessionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ public function testGetQuote(): void
461461
->getMock();
462462
$storage
463463
->method('getData')
464-
->willReturnCallback(function($key) {
464+
->willReturnCallback(function ($key) {
465465
if ($key === 'quote_id_1') {
466466
return 123;
467467
}

0 commit comments

Comments
 (0)