Skip to content

Commit a8680c5

Browse files
committed
Fix typo in method names
1 parent 63d548b commit a8680c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/OrderCommentIdentityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function testSetCustomerEmail()
164164
$this->assertEquals('email', $result);
165165
}
166166

167-
public function testSetCusomerName()
167+
public function testSetCustomerName()
168168
{
169169
$this->identity->setCustomerName('name');
170170
$result = $this->identity->getCustomerName();

app/code/Magento/Sales/Test/Unit/Model/Order/Email/Container/OrderIdentityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function testSetCustomerEmail()
164164
$this->assertEquals('email', $result);
165165
}
166166

167-
public function testSetCusomerName()
167+
public function testSetCustomerName()
168168
{
169169
$this->identity->setCustomerName('name');
170170
$result = $this->identity->getCustomerName();

0 commit comments

Comments
 (0)