Skip to content

Commit e01560c

Browse files
committed
fix static test failures
1 parent 5e83ddf commit e01560c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ public function testShippingRegionOnMethodSetError()
197197
{
198198
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
199199

200-
$setAddressesResult = $this->graphQlMutation($this->getSetShippingAddressWithLowerCaseCountryOnCartMutation($maskedQuoteId));
200+
$setAddressesResult = $this->graphQlMutation(
201+
$this->getSetShippingAddressWithLowerCaseCountryOnCartMutation($maskedQuoteId)
202+
);
201203
$setAddresses = $setAddressesResult['setShippingAddressesOnCart']['cart']['shipping_addresses'];
202204

203205
$this->expectException(\Exception::class);

0 commit comments

Comments
 (0)