Skip to content

Commit 312f7f4

Browse files
MAGETWO-64766: [Performance] Investigate and optimize price layered navigation
1 parent 48fbe83 commit 312f7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Test/Unit/Model/Search/QueryChecker/FullTextSearchCheckTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testInvalidArgumentException2()
7575
->method('getReferenceType')
7676
->willReturn('42');
7777

78-
$this->fullTextSearchCheck->check($filterMock);
78+
$this->fullTextSearchCheck->isRequiredForQuery($filterMock);
7979
}
8080

8181
public function positiveDataProvider()

0 commit comments

Comments
 (0)