This repository was archived by the owner on Dec 19, 2019. It is now read-only.
File tree 2 files changed +4
-4
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -440,9 +440,9 @@ public function testSetBillingAddressIfCustomerIsNotOwnerOfAddress()
440
440
*
441
441
* @throws \Exception
442
442
*/
443
- public function testSetBillingAddressWithUseForShippingOptionForMultipleAddresses ()
443
+ public function testSetBillingAddressWithUseForShippingOption ()
444
444
{
445
- $ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_order_1 ' );
445
+ $ maskedQuoteId = $ this ->getMaskedQuoteIdByReversedQuoteId () ->execute ('test_order_1 ' );
446
446
447
447
$ query = <<<QUERY
448
448
mutation {
Original file line number Diff line number Diff line change @@ -170,9 +170,9 @@ public function testSetNewBillingAddressWithUseForShippingParameter()
170
170
*
171
171
* @throws \Exception
172
172
*/
173
- public function testSetBillingAddressWithUseForShippingOptionForMultipleAddresses ()
173
+ public function testSetBillingAddressWithUseForShippingOption ()
174
174
{
175
- $ maskedQuoteId = $ this ->getMaskedQuoteIdByReversedQuoteId ('test_order_with_simple_product_multiple_addresses ' );
175
+ $ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId -> execute ('test_order_with_simple_product_multiple_addresses ' );
176
176
177
177
$ query = <<<QUERY
178
178
mutation {
You can’t perform that action at this time.
0 commit comments