Skip to content

Commit 1844f4a

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-38: No shipping methods are available when new user is registered and products in cart are from guest session
1 parent cf9ab1a commit 1844f4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/Test/Unit/Model/Layout/DepersonalizePluginTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ class DepersonalizePluginTest extends TestCase
4646
protected function setUp(): void
4747
{
4848
$this->layoutMock = $this->getMockForAbstractClass(LayoutInterface::class);
49-
$this->checkoutSessionMock = $this->createPartialMock(CheckoutSession::class, ['clearStorage', 'setQuoteId', 'getQuoteId']);
49+
$this->checkoutSessionMock = $this->createPartialMock(CheckoutSession::class,
50+
['clearStorage', 'setQuoteId', 'getQuoteId']);
5051
$this->depersonalizeCheckerMock = $this->createMock(DepersonalizeChecker::class);
5152

5253
$this->plugin = (new ObjectManagerHelper($this))->getObject(

0 commit comments

Comments
 (0)