Skip to content

Commit 10d4fd4

Browse files
ENGCOM-4491: Corrected test case method name #466
- Merge Pull Request magento/graphql-ce#466 from yogeshsuhagiya/graphql-ce:2.3-develop-graphql-PR-yogesh-4 - Merged commits: 1. f406c28
2 parents 6cc68c6 + f406c28 commit 10d4fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function testSetNewBillingAddressWithUseForShippingParameter()
174174
/**
175175
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_address_saved.php
176176
*/
177-
public function testSettBillingAddressToCustomerCart()
177+
public function testSetBillingAddressToCustomerCart()
178178
{
179179
$maskedQuoteId = $this->getMaskedQuoteIdByReversedQuoteId('test_order_1');
180180

0 commit comments

Comments
 (0)