Skip to content

Commit

Permalink
428 - Test coverage: GetAvailableShippingMethodsTest
Browse files Browse the repository at this point in the history
1. Rollback fixture changes
  • Loading branch information
atwixfirster committed Mar 25, 2019
1 parent 99134c0 commit 8136c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$product = $objectManager->create(\Magento\Catalog\Model\Product::class);
$product->setTypeId('simple')
->setAttributeSetId($product->getDefaultAttributeSetId())
->setName('Simple Product For Guest Quote')
->setName('Simple Product')
->setSku('simple-product-guest-quote')
->setPrice(10)
->setTaxClassId(0)
Expand Down

0 comments on commit 8136c38

Please sign in to comment.