Skip to content

Commit 8136c38

Browse files
committed
428 - Test coverage: GetAvailableShippingMethodsTest
1. Rollback fixture changes
1 parent 99134c0 commit 8136c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/_files/guest_quote_with_addresses.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$product = $objectManager->create(\Magento\Catalog\Model\Product::class);
1515
$product->setTypeId('simple')
1616
->setAttributeSetId($product->getDefaultAttributeSetId())
17-
->setName('Simple Product For Guest Quote')
17+
->setName('Simple Product')
1818
->setSku('simple-product-guest-quote')
1919
->setPrice(10)
2020
->setTaxClassId(0)

0 commit comments

Comments
 (0)