Skip to content

Commit 91abdf8

Browse files
authored
Fix spelling mistake in AddressTest.php
Added the T to customer.
1 parent 5973d67 commit 91abdf8

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)