Skip to content

Commit bc8d5cb

Browse files
committed
Fix typos in method names
1 parent 9203d32 commit bc8d5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Multishipping/Test/Unit/Model/Checkout/Type/MultishippingTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function testSetShippingItemsInformationForAddressLeak()
271271
$this->assertEquals($this->model, $this->model->setShippingItemsInformation($info));
272272
}
273273

274-
public function testupdateQuoteCustomerShippingAddress()
274+
public function testUpdateQuoteCustomerShippingAddress()
275275
{
276276
$addressId = 42;
277277
$customerAddressId = 42;
@@ -290,7 +290,7 @@ public function testupdateQuoteCustomerShippingAddress()
290290
* @expectedException \Magento\Framework\Exception\LocalizedException
291291
* @expectedExceptionMessage Please check shipping address information.
292292
*/
293-
public function testupdateQuoteCustomerShippingAddressForAddressLeak()
293+
public function testUpdateQuoteCustomerShippingAddressForAddressLeak()
294294
{
295295
$addressId = 43;
296296
$customerAddressId = 42;

0 commit comments

Comments
 (0)