Skip to content

Commit 17c28b8

Browse files
committed
Fix typo in method name#
1 parent c66fdd3 commit 17c28b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function testSavePaymentInformationWithoutBillingAddress()
162162
* @expectedExceptionMessage DB exception
163163
* @expectedException \Magento\Framework\Exception\CouldNotSaveException
164164
*/
165-
public function testSavePaymentInformationAndPlaceOrderWithLocolizedException()
165+
public function testSavePaymentInformationAndPlaceOrderWithLocalizedException()
166166
{
167167
$cartId = 100;
168168
$email = 'email@magento.com';

0 commit comments

Comments
 (0)