Skip to content

Commit f5f2d3d

Browse files
committed
Fix typo in method name
1 parent b35dca6 commit f5f2d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Test/Unit/Model/Adapter/Aggregation/AggregationResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function setUp()
8787
);
8888
}
8989

90-
public function testIsNotAplicable()
90+
public function testIsNotApplicable()
9191
{
9292
$documentIds = [1];
9393
$this->aggregationChecker

0 commit comments

Comments
 (0)