Skip to content

Commit 8ecbca3

Browse files
committed
MC-41577: Multishipping minor fix
1 parent 064fb80 commit 8ecbca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Multishipping/Controller/Checkout/AddressesPostTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private function loginCustomer(): void
126126
$this->fail($e->getMessage());
127127
}
128128
/** @var CustomerSession $customerSession */
129-
$customerSession = $this->_objectManager->create(CustomerSession::class, [$logger]);
129+
$customerSession = $this->_objectManager->get(CustomerSession::class, [$logger]);
130130
$customerSession->setCustomerDataAsLoggedIn($customer);
131131
}
132132

0 commit comments

Comments
 (0)