Skip to content

Commit 551b898

Browse files
committed
MAGETWO-95210: Unable to place orders as Guest after deleting PHPSESSID cookie value
Fix typo in test.
1 parent d73b2a4 commit 551b898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Persistent/Test/Unit/Model/QuoteManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public function testConvertCustomerCartToGuest()
282282

283283
$this->model->convertCustomerCartToGuest();
284284
}
285-
E
285+
286286
public function testConvertCustomerCartToGuestWithEmptyQuote()
287287
{
288288
$this->checkoutSessionMock->expects($this->once())

0 commit comments

Comments
 (0)