Skip to content

Commit ac36ccd

Browse files
MAGETWO-72388: Fix spelling mistake in AddressTest.php #10806
- Merge Pull Request #10806 from GitHamo/magento2:patch-1 - Merged commits: 1. 91abdf8
2 parents 5973d67 + 91abdf8 commit ac36ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Unit/Model/AddressTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function testCustomerId()
8282

8383
public function testCustomer()
8484
{
85-
$this->address->unsetData('cusomer_id');
85+
$this->address->unsetData('customer_id');
8686
$this->assertFalse($this->address->getCustomer());
8787

8888
$this->address->setCustomerId(self::ORIG_CUSTOMER_ID);

0 commit comments

Comments
 (0)