Skip to content

Commit 13b4dd5

Browse files
author
Anna Bukatar
committed
ACP2E-1415: Error when creating a schedule change for product
1 parent fa22f48 commit 13b4dd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ public function testSaveAddressInformation()
7474
$this->shippingInformationManagementMock->expects($this->once())
7575
->method('saveAddressInformation')
7676
->with(
77-
self::callback(fn($actualQuoteId): bool => (int) $quoteId === $actualQuoteId), $addressInformationMock
77+
self::callback(fn($actualQuoteId): bool => (int) $quoteId === $actualQuoteId),
78+
$addressInformationMock
7879
)
7980
->willReturn($paymentInformationMock);
8081

0 commit comments

Comments
 (0)