We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f3458 commit 87312d4Copy full SHA for 87312d4
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/PlaceOrderTest.php
@@ -226,7 +226,7 @@ public function testPlaceOrderWithOutOfStockProduct()
226
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_flatrate_shipping_method.php
227
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_checkmo_payment_method.php
228
*/
229
- public function testPlaceOrderOfAnotherCustomerCart()
+ public function testPlaceOrderOfCustomerCart()
230
{
231
$reservedOrderId = 'test_quote';
232
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute($reservedOrderId);
0 commit comments