Skip to content

Commit f6c237e

Browse files
authored
ENGCOM-4491: Corrected test case method name #466
2 parents 71fc9eb + 10d4fd4 commit f6c237e

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)