We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a2a80 commit 73088cdCopy full SHA for 73088cd
dev/tests/api-functional/testsuite/Magento/GraphQl/Ups/SetUpsShippingMethodsOnCartTest.php
@@ -83,8 +83,8 @@ public function testSetUpsShippingMethod()
83
$addressesInformation = $response['setShippingMethodsOnCart']['cart']['shipping_addresses'];
84
$expectedResult = [
85
'carrier_code' => self::CARRIER_CODE,
86
- 'method_code' => self::CARRIER_METHOD_CODE_GROUND,
87
- 'label' => 'United Parcel Service - Ground',
+ 'method_code' => self::CARRIER_METHOD_CODE_GROUND,
+ 'label' => 'United Parcel Service - Ground',
88
];
89
self::assertEquals($addressesInformation[0]['selected_shipping_method'], $expectedResult);
90
}
0 commit comments