Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
martin-gaievski committed Apr 12, 2024
1 parent 5740164 commit dfb490f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public void testQueryMatches_whenMultipleShards_thenSuccessful() {
// verify that all ids are unique
assertEquals(Set.copyOf(ids).size(), ids.size());

// very case when there are partial match
// verify case when there are partial match
HybridQueryBuilder hybridQueryBuilderPartialMatch = new HybridQueryBuilder();
hybridQueryBuilderPartialMatch.add(QueryBuilders.termQuery(TEST_TEXT_FIELD_NAME_1, TEST_QUERY_TEXT3));
hybridQueryBuilderPartialMatch.add(QueryBuilders.termQuery(TEST_TEXT_FIELD_NAME_1, TEST_QUERY_TEXT4));
Expand Down

0 comments on commit dfb490f

Please sign in to comment.