Skip to content

Commit 91500be

Browse files
authored
magento/graphql-ce#682: [Test coverage] Missed parameters at setBillingAddressMutation
- fixed code style
1 parent fd7aba9 commit 91500be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -555,7 +555,7 @@ public function testSetBillingAddressWithoutRequiredParameters(string $input, st
555555
{
556556
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
557557
$input = str_replace('cart_id_value', $maskedQuoteId, $input);
558-
558+
559559
$query = <<<QUERY
560560
mutation {
561561
setBillingAddressOnCart(

0 commit comments

Comments
 (0)