Skip to content

Commit d2aa0e9

Browse files
committed
Fix unit test
1 parent 70c3f9f commit d2aa0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerResetStateCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class IndexerResetStateCommandTest extends AbstractIndexerCommandCommonSetup
2222
*/
2323
private $command;
2424

25-
public function testExecuter()
25+
public function testExecute()
2626
{
2727
$this->configureAdminArea();
2828
$indexerOne = $this->getIndexerMock(

0 commit comments

Comments
 (0)