Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit c8c9c4d

Browse files
committed
GraphQL-431: Reformatted with use_for_shipping = true.
1 parent b9b55be commit c8c9c4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetBillingAddressOnCartTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,9 @@ public function testSetBillingAddressIfCustomerIsNotOwnerOfAddress()
440440
*
441441
* @throws \Exception
442442
*/
443-
public function testSetBillingAddressWithUseForShippingOptionForMultipleAddresses()
443+
public function testSetBillingAddressWithUseForShippingOption()
444444
{
445-
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_order_1');
445+
$maskedQuoteId = $this->getMaskedQuoteIdByReversedQuoteId()->execute('test_order_1');
446446

447447
$query = <<<QUERY
448448
mutation {

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetBillingAddressOnCartTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ public function testSetNewBillingAddressWithUseForShippingParameter()
170170
*
171171
* @throws \Exception
172172
*/
173-
public function testSetBillingAddressWithUseForShippingOptionForMultipleAddresses()
173+
public function testSetBillingAddressWithUseForShippingOption()
174174
{
175-
$maskedQuoteId = $this->getMaskedQuoteIdByReversedQuoteId('test_order_with_simple_product_multiple_addresses');
175+
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_order_with_simple_product_multiple_addresses');
176176

177177
$query = <<<QUERY
178178
mutation {

0 commit comments

Comments
 (0)