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 7855197 commit 1a2560fCopy full SHA for 1a2560f
dev/tests/integration/testsuite/Magento/Quote/Model/ShippingMethodManagementTest.php
@@ -168,12 +168,12 @@ public function testTableRateWithCartRuleForFreeShipping()
168
$rate = reset($result);
169
$expectedResult = [
170
'method_code' => 'bestway',
171
- 'amount' => 10
+ 'amount' => 5
172
];
173
$this->assertEquals($expectedResult['method_code'], $rate->getMethodCode());
174
$this->assertEquals($expectedResult['amount'], $rate->getAmount());
175
}
176
-
+
177
/**
178
* @magentoDataFixture Magento/SalesRule/_files/cart_rule_100_percent_off.php
179
* @magentoDataFixture Magento/Sales/_files/quote_with_customer.php
0 commit comments