Skip to content

Commit bb4995c

Browse files
committed
Fix typo in method name
1 parent 5f8ee52 commit bb4995c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Flat/Plugin

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Indexer/Category/Flat/Plugin/StoreViewTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testBeforeAndAfterSaveHasChanged()
8888

8989
public function testBeforeAndAfterSaveNoNeed()
9090
{
91-
$this->mockConfigFlatEnabledNeever();
91+
$this->mockConfigFlatEnabledNever();
9292
$storeMock = $this->createPartialMock(
9393
\Magento\Store\Model\Store::class,
9494
['isObjectNew', 'dataHasChangedFor', '__wakeup']

0 commit comments

Comments
 (0)