Skip to content

Commit 594e556

Browse files
committed
GraphQL-482: [Test Coverage] 'SetBillingAddressOnCart' functionality
1 parent eb2c414 commit 594e556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ public function dataProviderSetWithoutRequiredParameters()
549549
'missed_billing_address' => [
550550
'cart_id: "cart_id_value"',
551551
'Field SetBillingAddressOnCartInput.billing_address of required type BillingAddressInput!'
552-
. 'was not provided.',
552+
. ' was not provided.',
553553
],
554554
'missed_cart_id' => [
555555
'billing_address: {}',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public function dataProviderSetWithoutRequiredParameters()
339339
'missed_billing_address' => [
340340
'cart_id: "cart_id_value"',
341341
'Field SetBillingAddressOnCartInput.billing_address of required type BillingAddressInput!'
342-
. 'was not provided.',
342+
. ' was not provided.',
343343
],
344344
'missed_cart_id' => [
345345
'billing_address: {}',

0 commit comments

Comments
 (0)