Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
428 - Test coverage: GetAvailableShippingMethodsTest
Fix 1) Magento\GraphQl\Quote\Customer\GetAvailableShippingMethodsTest::testGetAvailableShippingMethods Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( - 'amount' => 0 - 'base_amount' => 0 + 'amount' => 10 + 'base_amount' => 10 'carrier_code' => 'flatrate' 'carrier_title' => 'Flat Rate' 'error_message' => '' 'method_code' => 'flatrate' 'method_title' => 'Fixed' - 'price_incl_tax' => 0 - 'price_excl_tax' => 0 + 'price_incl_tax' => 10 + 'price_excl_tax' => 10
- Loading branch information