Skip to content

Commit 3f633a6

Browse files
ashishkumarpundeerashishkumarpundeer
authored andcommitted
AC-9340::Error occurs during Region id Processing while multi-shipping checkout
1 parent 2fa2208 commit 3f633a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Customer/Test/Unit/Model/Address/AbstractAddressTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ public function testGetRegionCodeWithRegionId()
161161
$this->model->setData('country_id', $countryId);
162162
$this->assertEquals('UK', $this->model->getRegionCode());
163163
}
164-
165-
164+
166165
public function testGetRegionId()
167166
{
168167
$this->model->setData('region_id', 0);

0 commit comments

Comments
 (0)