Skip to content

Commit 2609d32

Browse files
author
Oleksandr Osadchyi
committed
MAGETWO-54322: ApplyTaxBasedOnVatIdTest test fails on Functional 3rd Party Tests plan
1 parent 90152d1 commit 2609d32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/ApplyTaxBasedOnVatIdTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ private function prepareCustomer($customerGroup)
177177
* @param string $customerGroup
178178
* @return void
179179
*/
180-
private function updateCustomer($customerGroup){
180+
private function updateCustomer($customerGroup)
181+
{
181182
$customerData = array_merge(
182183
$this->customer->getData(),
183184
['group_id' => ['value' => $this->vatGroups[$customerGroup]->getCustomerGroupCode()]]

0 commit comments

Comments
 (0)