Skip to content

Commit f406c28

Browse files
Corrected test case method name
1 parent 9d231d1 commit f406c28

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)