Skip to content

Commit afaf510

Browse files
committed
Fix typo in method name
1 parent 4d29ebd commit afaf510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/AttributeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function testGetScopeGlobal()
173173
$this->assertEquals('global', $this->_model->getScope());
174174
}
175175

176-
public function testGetScopeWebiste()
176+
public function testGetScopeWebsite()
177177
{
178178
$objectManagerHelper = new \Magento\Framework\TestFramework\Unit\Helper\ObjectManager($this);
179179
$this->_model = $objectManagerHelper->getObject(

0 commit comments

Comments
 (0)