File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Multishipping/Test/Unit/Model/Checkout/Type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ public function testSetShippingItemsInformationForAddressLeak()
271
271
$ this ->assertEquals ($ this ->model , $ this ->model ->setShippingItemsInformation ($ info ));
272
272
}
273
273
274
- public function testupdateQuoteCustomerShippingAddress ()
274
+ public function testUpdateQuoteCustomerShippingAddress ()
275
275
{
276
276
$ addressId = 42 ;
277
277
$ customerAddressId = 42 ;
@@ -290,7 +290,7 @@ public function testupdateQuoteCustomerShippingAddress()
290
290
* @expectedException \Magento\Framework\Exception\LocalizedException
291
291
* @expectedExceptionMessage Please check shipping address information.
292
292
*/
293
- public function testupdateQuoteCustomerShippingAddressForAddressLeak ()
293
+ public function testUpdateQuoteCustomerShippingAddressForAddressLeak ()
294
294
{
295
295
$ addressId = 43 ;
296
296
$ customerAddressId = 42 ;
You can’t perform that action at this time.
0 commit comments