Skip to content

Commit 7030b58

Browse files
committed
ACP2E-873 Allowed Country per website issue
Auto Test implemented. tests renamed properly
1 parent 5fe05d1 commit 7030b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Test/Unit/Model/ResourceModel/AddressRepositoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function testSave()
234234
$this->repository->save($customerAddress);
235235
}
236236

237-
public function testSaveWithConfigShareScopeWebsite()
237+
public function testSaveWithConfigCustomerAccountShareScopeWebsite()
238238
{
239239
$customerId = 34;
240240
$addressId = 53;
@@ -304,7 +304,7 @@ public function testSaveWithConfigShareScopeWebsite()
304304
$this->repository->save($customerAddress);
305305
}
306306

307-
public function testSaveWithConfigShareScopeGlobal()
307+
public function testSaveWithConfigCustomerAccountShareScopeGlobal()
308308
{
309309
$customerId = 34;
310310
$addressId = 53;

0 commit comments

Comments
 (0)