Skip to content

Commit

Permalink
Update tests/integration/Core/Repository/SearchServiceContentNameTest…
Browse files Browse the repository at this point in the history
….php

Co-authored-by: Konrad Oboza <[email protected]>
  • Loading branch information
ciastektk and konradoboza authored Dec 21, 2023
1 parent 8a05095 commit d8abf3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function testCriterionExtendedSyntax(
int $expectedCount
): void {
if (getenv('SEARCH_ENGINE') === 'legacy') {
self::markTestSkipped('Extended syntax are not supported in Legacy Search Engine');
self::markTestSkipped('Extended syntax is not supported in Legacy Search Engine');
}

$this->assertResult(
Expand Down

0 comments on commit d8abf3e

Please sign in to comment.