We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5973d67 + 91abdf8 commit ac36ccdCopy full SHA for ac36ccd
app/code/Magento/Customer/Test/Unit/Model/AddressTest.php
@@ -82,7 +82,7 @@ public function testCustomerId()
82
83
public function testCustomer()
84
{
85
- $this->address->unsetData('cusomer_id');
+ $this->address->unsetData('customer_id');
86
$this->assertFalse($this->address->getCustomer());
87
88
$this->address->setCustomerId(self::ORIG_CUSTOMER_ID);
0 commit comments