Skip to content

Commit 5f1159b

Browse files
committed
MC-33459: Magento\Quote\Model\ShippingMethodManagementTest::testEstimateByAddressWithInclExclTaxAndVATGroup failed for 2.4-develop
1 parent 4343c8f commit 5f1159b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Quote/Model/ShippingMethodManagementTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ private function mockCustomerVat(): void
342342
'request_success' => false,
343343
'request_message' => __('Error during VAT Number verification.'),
344344
]);
345-
$customerVat = $this->createPartialMock(Vat::class,
345+
$customerVat = $this->createPartialMock(
346+
Vat::class,
346347
[
347348
'checkVatNumber',
348349
'isCountryInEU',

0 commit comments

Comments
 (0)