Skip to content

Commit c74c326

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,13 @@ public function testGetRegionCodeWithRegionId()
161161
$this->model->setData('country_id', $countryId);
162162
$this->assertEquals('UK', $this->model->getRegionCode());
163163
}
164-
164+
165+
/**
166+
* Test regionid for empty value
167+
*
168+
* @inheritdoc
169+
* @return void
170+
*/
165171
public function testGetRegionId()
166172
{
167173
$this->model->setData('region_id', 0);

0 commit comments

Comments
 (0)