Skip to content

Commit 87312d4

Browse files
committed
GraphQL-564: [Checkout coverage] setGuestEmailOnCart mutation
1 parent 05f3458 commit 87312d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/PlaceOrderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function testPlaceOrderWithOutOfStockProduct()
226226
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
227227
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_checkmo_payment_method.php
228228
*/
229-
public function testPlaceOrderOfAnotherCustomerCart()
229+
public function testPlaceOrderOfCustomerCart()
230230
{
231231
$reservedOrderId = 'test_quote';
232232
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute($reservedOrderId);

0 commit comments

Comments
 (0)