Skip to content

Commit

Permalink
magento/graphql-ce#682: [Test coverage] Missed parameters at setBilli…
Browse files Browse the repository at this point in the history
…ngAddressMutation

- fixed code style
  • Loading branch information
lenaorobei authored Jun 7, 2019
1 parent fd7aba9 commit 91500be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ public function testSetBillingAddressWithoutRequiredParameters(string $input, st
{
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
$input = str_replace('cart_id_value', $maskedQuoteId, $input);

$query = <<<QUERY
mutation {
setBillingAddressOnCart(
Expand Down

0 comments on commit 91500be

Please sign in to comment.