Skip to content

Commit

Permalink
MAGETWO-72388: Fix spelling mistake in AddressTest.php #10806
Browse files Browse the repository at this point in the history
  • Loading branch information
ishakhsuvarov authored Sep 7, 2017
2 parents ddfc01e + ac36ccd commit 6296647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Customer/Test/Unit/Model/AddressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function testCustomerId()

public function testCustomer()
{
$this->address->unsetData('cusomer_id');
$this->address->unsetData('customer_id');
$this->assertFalse($this->address->getCustomer());

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

0 comments on commit 6296647

Please sign in to comment.