Skip to content

Commit fb6da89

Browse files
committed
Fix typo in method name
1 parent 7b3237b commit fb6da89

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Wishlist/Test/Unit/DataProvider/Product/Collector

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/Test/Unit/DataProvider/Product/Collector/ButtonTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function testCollect()
8787
$this->button->collect($productMock, $productRendererMock);
8888
}
8989

90-
public function testCollectEmptyExtnsionAttributes()
90+
public function testCollectEmptyExtensionAttributes()
9191
{
9292
$productRendererMock = $this->getMockBuilder(ProductRenderInterface::class)
9393
->disableOriginalConstructor()

0 commit comments

Comments
 (0)